#C51449

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

Shades of Cardinal #C51449

Tints of Cardinal #C51449

Color information

#C51449 (or 0xC51449) is unknown color: approx Cardinal. HEX triplet: C5, 14 and 49. RGB value is (197,20,73). Sum of RGB (Red+Green+Blue) = 197+20+73=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C51449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51449 is #3AEBB6. Grayscale: #4E4E4E. Windows color (decimal): -3861431 or 4789445. OLE color: 4789445.

HSL color Cylindrical-coordinate representation of color #C51449: hue angle of 342.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51449 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1972073-
CMYK00.900.630.23
HSL342.03º81.57%42.55%-
HSV(B)342.03º89.85%77.25%-
XYZ24.4812.857.49-
YUV78.96124.64212.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.93%
GREEN value IS 20 (8.20% from 255) = 6.90%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=67.93%
G=6.90%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197207300.900.630.23342.0381.5742.55
HexC5144905A3F17156522b
Octal305241110132772752612253
Binary1100010110100100100101011010111111101111010101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51449; }

 p { color: rgb(197,20,73); }

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

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

 a { background-color: rgb(197,20,73); }

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

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

 span { border-color: rgb(197,20,73); }

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