#C71837

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

Shades of Cardinal #C71837

Tints of Cardinal #C71837

Color information

#C71837 (or 0xC71837) is unknown color: approx Cardinal. HEX triplet: C7, 18 and 37. RGB value is (199,24,55). Sum of RGB (Red+Green+Blue) = 199+24+55=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C71837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71837 is #38E7C8. Grayscale: #4F4F4F. Windows color (decimal): -3729353 or 3610823. OLE color: 3610823.

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

Color convert

RGB1992455-
CMYK00.880.720.22
HSL349.37º78.48%43.73%-
HSV(B)349.37º87.94%78.04%-
XYZ24.5713.074.84-
YUV79.86113.98212.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 71.58%
GREEN value IS 24 (9.77% from 255) = 8.63%
BLUE value IS 55 (21.88% from 255) = 19.78%
R=71.58%
G=8.63%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199245500.880.720.22349.3778.4843.73
HexC71837058481615d4e2c
Octal307306701301102653511654
Binary1100011111000110111010110001001000101101010111011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71837; }

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

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

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

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

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

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

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

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