#C21434

Color #C21434 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C21434

Tints of Cardinal #C21434

Color information

#C21434 (or 0xC21434) is unknown color: approx Cardinal. HEX triplet: C2, 14 and 34. RGB value is (194,20,52). Sum of RGB (Red+Green+Blue) = 194+20+52=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21434 is #3DEBCB. Grayscale: #4B4B4B. Windows color (decimal): -4058060 or 3413186. OLE color: 3413186.

HSL color Cylindrical-coordinate representation of color #C21434: hue angle of 348.97º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21434 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1942052-
CMYK00.900.730.24
HSL348.97º81.31%41.96%-
HSV(B)348.97º89.69%76.08%-
XYZ23.1212.224.39-
YUV75.67114.65212.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 72.93%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=72.93%
G=7.52%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194205200.900.730.24348.9781.3141.96
HexC2143405A491815d512a
Octal302246401321113053512152
Binary1100001010100110100010110101001001110001010111011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21434; }

 p { color: rgb(194,20,52); }

 H1.HeaderClassName
 {
   color: #C21434;
 }
 .AnyTagClassName
 {
   color: #C21434;
 }
</style>
background-color css

<style>
 a { background-color: #C21434; }

 a { background-color: rgb(194,20,52); }

 div.DivClassName
 {
   background-color: #C21434;
 }
 .BgClassName
 {
   background-color: #C21434;
 }
</style>
border-color css

<style>
 span { border-color: #C21434; }

 span { border-color: rgb(194,20,52); }

 td.TdClassName
 {
   border-color: #C21434;
 }
 .TagClassName
 {
   border-color: #C21434;
 }
</style>