#C21249

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

Shades of Cardinal #C21249

Tints of Cardinal #C21249

Color information

#C21249 (or 0xC21249) is unknown color: approx Cardinal. HEX triplet: C2, 12 and 49. RGB value is (194,18,73). Sum of RGB (Red+Green+Blue) = 194+18+73=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C21249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21249 is #3DEDB6. Grayscale: #4C4C4C. Windows color (decimal): -4058551 or 4788930. OLE color: 4788930.

HSL color Cylindrical-coordinate representation of color #C21249: hue angle of 341.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21249 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1941873-
CMYK00.910.620.24
HSL341.25º83.02%41.57%-
HSV(B)341.25º90.72%76.08%-
XYZ23.6712.387.45-
YUV76.89125.81211.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.07%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=68.07%
G=6.32%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194187300.910.620.24341.2583.0241.57
HexC2124905B3E18155532a
Octal302221110133763052512352
Binary1100001010010100100101011011111110110001010101011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21249; }

 p { color: rgb(194,18,73); }

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

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

 a { background-color: rgb(194,18,73); }

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

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

 span { border-color: rgb(194,18,73); }

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