Html Css Color HEX #C72036 Cardinal

📋 copy color: '#C72036'

red 199 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #C72036

Tints of Cardinal #C72036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

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

R = 69.82%
G = 11.23%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C72036 (or 0xC72036) is known color: Cardinal. HEX triplet: C7, 20 and 36. RGB value is (199,32,54). Sum of RGB (Red+Green+Blue) = 199+32+54=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C72036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72036 is #38DFC9. Grayscale: #545454. Windows color (decimal): -3727306 or 3547335. OLE color: 3547335.

HSL color Cylindrical-coordinate representation of color #C72036: hue angle of 352.1º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72036 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 54 -
CMYK 0 0.84 0.73 0.22
HSL 352.1º 0.72% 0.45% -
HSV(B) 352.1º 0.84% 0.78% -
XYZ 24.74 13.44 4.78 -
YUV 84.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 199 32 54 0 0.84 0.73 0.22 352.1 0.72 0.45
Hex C7 20 36 0 54 49 16 160 48 2D
Octal 307 40 66 0 124 111 26 540 110 55
Binary 11000111 100000 110110 0 1010100 1001001 10110 101100000 1001000 101101

Color Harmonies of #C72036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72036

Black with #C72036

Text Example


Text Example

White with #C72036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72036; }

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

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

background-color css

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

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

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

border-color css

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

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

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