#C51E45

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

Shades of Cardinal #C51E45

Tints of Cardinal #C51E45

Color information

#C51E45 (or 0xC51E45) is unknown color: approx Cardinal. HEX triplet: C5, 1E and 45. RGB value is (197,30,69). Sum of RGB (Red+Green+Blue) = 197+30+69=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E45 is #3AE1BA. Grayscale: #545454. Windows color (decimal): -3858875 or 4529861. OLE color: 4529861.

HSL color Cylindrical-coordinate representation of color #C51E45: hue angle of 345.99º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E45 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB1973069-
CMYK00.850.650.23
HSL345.99º73.57%44.51%-
HSV(B)345.99º84.77%77.25%-
XYZ24.5613.236.89-
YUV84.38119.33208.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.55%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 69 (27.34% from 255) = 23.31%
R=66.55%
G=10.14%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197306900.850.650.23345.9973.5744.51
HexC51E45055411715a4a2d
Octal3053610501251012753211255
Binary11000101111101000101010101011000001101111010110101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51E45; }

 p { color: rgb(197,30,69); }

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

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

 a { background-color: rgb(197,30,69); }

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

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

 span { border-color: rgb(197,30,69); }

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