#C71237

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

Shades of Cardinal #C71237

Tints of Cardinal #C71237

Color information

#C71237 (or 0xC71237) is unknown color: approx Cardinal. HEX triplet: C7, 12 and 37. RGB value is (199,18,55). Sum of RGB (Red+Green+Blue) = 199+18+55=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C71237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71237 is #38EDC8. Grayscale: #4C4C4C. Windows color (decimal): -3730889 or 3609287. OLE color: 3609287.

HSL color Cylindrical-coordinate representation of color #C71237: hue angle of 347.73º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71237 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1991855-
CMYK00.910.720.22
HSL347.73º83.41%42.55%-
HSV(B)347.73º90.95%78.04%-
XYZ24.4612.854.81-
YUV76.34115.97215.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 73.16%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 55 (21.88% from 255) = 20.22%
R=73.16%
G=6.62%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199185500.910.720.22347.7383.4142.55
HexC7123705B481615c532b
Octal307226701331102653412353
Binary1100011110010110111010110111001000101101010111001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71237; }

 p { color: rgb(199,18,55); }

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

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

 a { background-color: rgb(199,18,55); }

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

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

 span { border-color: rgb(199,18,55); }

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