#C72342

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

Shades of Cardinal #C72342

Tints of Cardinal #C72342

Color information

#C72342 (or 0xC72342) is unknown color: approx Cardinal. HEX triplet: C7, 23 and 42. RGB value is (199,35,66). Sum of RGB (Red+Green+Blue) = 199+35+66=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C72342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72342 is #38DCBD. Grayscale: #575757. Windows color (decimal): -3726526 or 4334535. OLE color: 4334535.

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

Color convert

RGB1993566-
CMYK00.820.670.22
HSL348.66º70.09%45.88%-
HSV(B)348.66º82.41%78.04%-
XYZ25.1413.746.48-
YUV87.57115.83207.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.33%
GREEN value IS 35 (14.06% from 255) = 11.67%
BLUE value IS 66 (26.17% from 255) = 22%
R=66.33%
G=11.67%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199356600.820.670.22348.6670.0945.88
HexC72342052431615d462e
Octal3074310201221032653510656
Binary110001111000111000010010100101000011101101010111011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72342; }

 p { color: rgb(199,35,66); }

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

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

 a { background-color: rgb(199,35,66); }

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

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

 span { border-color: rgb(199,35,66); }

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