#c51a42

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

Shades of Cardinal #C51A42

Tints of Cardinal #C51A42

Color information

#C51A42 (or 0xC51A42) is unknown color: approx Cardinal. HEX triplet: C5, 1A and 42. RGB value is (197,26,66). Sum of RGB (Red+Green+Blue) = 197+26+66=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A42 is #3AE5BD. Grayscale: #515151. Windows color (decimal): -3859902 or 4332229. OLE color: 4332229.

HSL color Cylindrical-coordinate representation of color #C51A42: hue angle of 345.96º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A42 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB1972666-
CMYK00.870.660.23
HSL345.96º76.68%43.73%-
HSV(B)345.96º86.8%77.25%-
XYZ24.38136.38-
YUV81.69119.15210.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.17%
GREEN value IS 26 (10.55% from 255) = 9.00%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=68.17%
G=9.00%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197266600.870.660.23345.9676.6843.73
HexC51A42057421715a4d2c
Octal3053210201271022753211554
Binary11000101110101000010010101111000010101111010110101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c51a42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c51a42; }

 p { color: rgb(197,26,66); }

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

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

 a { background-color: rgb(197,26,66); }

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

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

 span { border-color: rgb(197,26,66); }

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