Html Css Color HEX #C72033 Cardinal

📋 copy color: '#C72033'

red 199 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #C72033

Tints of Cardinal #C72033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 70.57%
G = 11.35%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C72033 (or 0xC72033) is known color: Cardinal. HEX triplet: C7, 20 and 33. RGB value is (199,32,51). Sum of RGB (Red+Green+Blue) = 199+32+51=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C72033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72033 is #38DFCC. Grayscale: #545454. Windows color (decimal): -3727309 or 3350727. OLE color: 3350727.

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

Color convert

RGB 199 32 51 -
CMYK 0 0.84 0.74 0.22
HSL 353.17º 0.72% 0.45% -
HSV(B) 353.17º 0.84% 0.78% -
XYZ 24.67 13.41 4.42 -
YUV 84.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 199 32 51 0 0.84 0.74 0.22 353.17 0.72 0.45
Hex C7 20 33 0 54 4A 16 161 48 2D
Octal 307 40 63 0 124 112 26 541 110 55
Binary 11000111 100000 110011 0 1010100 1001010 10110 101100001 1001000 101101

Color Harmonies of #C72033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72033

Black with #C72033

Text Example


Text Example

White with #C72033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72033; }

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

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

background-color css

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

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

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

border-color css

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

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

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