Html Css Color HEX #C72034 Cardinal

📋 copy color: '#C72034'

red 199 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #C72034

Tints of Cardinal #C72034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 70.32%
G = 11.31%
B = 18.37%

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

#C72034 (or 0xC72034) is known color: Cardinal. HEX triplet: C7, 20 and 34. RGB value is (199,32,52). Sum of RGB (Red+Green+Blue) = 199+32+52=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C72034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72034 is #38DFCB. Grayscale: #545454. Windows color (decimal): -3727308 or 3416263. OLE color: 3416263.

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

Color convert

RGB 199 32 52 -
CMYK 0 0.84 0.74 0.22
HSL 352.81º 0.72% 0.45% -
HSV(B) 352.81º 0.84% 0.78% -
XYZ 24.69 13.42 4.54 -
YUV 84.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 199 32 52 0 0.84 0.74 0.22 352.81 0.72 0.45
Hex C7 20 34 0 54 4A 16 161 48 2D
Octal 307 40 64 0 124 112 26 541 110 55
Binary 11000111 100000 110100 0 1010100 1001010 10110 101100001 1001000 101101

Color Harmonies of #C72034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72034

Black with #C72034

Text Example


Text Example

White with #C72034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72034; }

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

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

background-color css

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

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

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

border-color css

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

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

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