#C52636

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

Shades of Cardinal #C52636

Tints of Cardinal #C52636

Color information

#C52636 (or 0xC52636) is unknown color: approx Cardinal. HEX triplet: C5, 26 and 36. RGB value is (197,38,54). Sum of RGB (Red+Green+Blue) = 197+38+54=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C52636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52636 is #3AD9C9. Grayscale: #575757. Windows color (decimal): -3856842 or 3548869. OLE color: 3548869.

HSL color Cylindrical-coordinate representation of color #C52636: hue angle of 353.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52636 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1973854-
CMYK00.810.730.23
HSL353.96º67.66%46.08%-
HSV(B)353.96º80.71%77.25%-
XYZ24.3813.524.81-
YUV87.36109.18206.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.17%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=68.17%
G=13.15%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197385400.810.730.23353.9667.6646.08
HexC526360514917162442e
Octal305466601211112754210456
Binary11000101100110110110010100011001001101111011000101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52636; }

 p { color: rgb(197,38,54); }

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

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

 a { background-color: rgb(197,38,54); }

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

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

 span { border-color: rgb(197,38,54); }

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