Html Css Color HEX #C72342 Cardinal

📋 copy color: '#C72342'

red 199 ◦ green 35 ◦ blue 66

#C72342
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C72342

Tints of Cardinal #C72342

RGB

 RED value IS 199 (78.13% 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 value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C72342 (or 0xC72342) is known color: 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

RGB 199 35 66 -
CMYK 0 0.82 0.67 0.22
HSL 348.66º 0.7% 0.46% -
HSV(B) 348.66º 0.82% 0.78% -
XYZ 25.14 13.74 6.48 -
YUV 87.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 199 35 66 0 0.82 0.67 0.22 348.66 0.7 0.46
Hex C7 23 42 0 52 43 16 15D 46 2E
Octal 307 43 102 0 122 103 26 535 106 56
Binary 11000111 100011 1000010 0 1010010 1000011 10110 101011101 1000110 101110

Color Harmonies of #C72342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72342

Black with #C72342

Text Example


Text Example

White with #C72342

Text Example


Text Example

HTML Codes & Css Web 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>