Html Css Color HEX #C72837 Cardinal

📋 copy color: '#C72837'

red 199 ◦ green 40 ◦ blue 55

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

Shades of Cardinal #C72837

Tints of Cardinal #C72837

RGB

 RED value IS 199 (78.13% from 255) = 67.69%

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 67.69%
G = 13.61%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C72837 (or 0xC72837) is known color: Cardinal. HEX triplet: C7, 28 and 37. RGB value is (199,40,55). Sum of RGB (Red+Green+Blue) = 199+40+55=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C72837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72837 is #38D7C8. Grayscale: #595959. Windows color (decimal): -3725257 or 3614919. OLE color: 3614919.

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

Color convert

RGB 199 40 55 -
CMYK 0 0.80 0.72 0.22
HSL 354.34º 0.67% 0.47% -
HSV(B) 354.34º 0.8% 0.78% -
XYZ 25 13.94 4.99 -
YUV 89.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 199 40 55 0 0.80 0.72 0.22 354.34 0.67 0.47
Hex C7 28 37 0 50 48 16 162 43 2F
Octal 307 50 67 0 120 110 26 542 103 57
Binary 11000111 101000 110111 0 1010000 1001000 10110 101100010 1000011 101111

Color Harmonies of #C72837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72837

Black with #C72837

Text Example


Text Example

White with #C72837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72837; }

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

 H1.HeaderClassName
 {
   color: #C72837;
 }
 .AnyTagClassName
 {
   color: #C72837;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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