#C72232

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

Shades of Cardinal #C72232

Tints of Cardinal #C72232

Color information

#C72232 (or 0xC72232) is unknown color: approx Cardinal. HEX triplet: C7, 22 and 32. RGB value is (199,34,50). Sum of RGB (Red+Green+Blue) = 199+34+50=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C72232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72232 is #38DDCD. Grayscale: #555555. Windows color (decimal): -3726798 or 3285703. OLE color: 3285703.

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

Color convert

RGB1993450-
CMYK00.830.750.22
HSL354.18º70.82%45.69%-
HSV(B)354.18º82.91%78.04%-
XYZ24.713.524.32-
YUV85.16108.16209.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.32%
GREEN value IS 34 (13.67% from 255) = 12.01%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=70.32%
G=12.01%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199345000.830.750.22354.1870.8245.69
HexC722320534B16162472e
Octal307426201231132654210756
Binary11000111100010110010010100111001011101101011000101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72232; }

 p { color: rgb(199,34,50); }

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

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

 a { background-color: rgb(199,34,50); }

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

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

 span { border-color: rgb(199,34,50); }

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