Html Css Color HEX #C72336 Cardinal

📋 copy color: '#C72336'

red 199 ◦ green 35 ◦ blue 54

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

Shades of Cardinal #C72336

Tints of Cardinal #C72336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 69.1%
G = 12.15%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C72336 (or 0xC72336) is known color: Cardinal. HEX triplet: C7, 23 and 36. RGB value is (199,35,54). Sum of RGB (Red+Green+Blue) = 199+35+54=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C72336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72336 is #38DCC9. Grayscale: #565656. Windows color (decimal): -3726538 or 3548103. OLE color: 3548103.

HSL color Cylindrical-coordinate representation of color #C72336: hue angle of 353.05º 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 #C72336 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 54 -
CMYK 0 0.82 0.73 0.22
HSL 353.05º 0.7% 0.46% -
HSV(B) 353.05º 0.82% 0.78% -
XYZ 24.82 13.61 4.81 -
YUV 86.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 199 35 54 0 0.82 0.73 0.22 353.05 0.7 0.46
Hex C7 23 36 0 52 49 16 161 46 2E
Octal 307 43 66 0 122 111 26 541 106 56
Binary 11000111 100011 110110 0 1010010 1001001 10110 101100001 1000110 101110

Color Harmonies of #C72336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72336

Black with #C72336

Text Example


Text Example

White with #C72336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72336; }

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

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

background-color css

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

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

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

border-color css

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

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

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