Html Css Color HEX #C72234 Cardinal

📋 copy color: '#C72234'

red 199 ◦ green 34 ◦ blue 52

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

Shades of Cardinal #C72234

Tints of Cardinal #C72234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

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

R = 69.82%
G = 11.93%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C72234 (or 0xC72234) is known color: Cardinal. HEX triplet: C7, 22 and 34. RGB value is (199,34,52). Sum of RGB (Red+Green+Blue) = 199+34+52=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C72234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72234 is #38DDCB. Grayscale: #555555. Windows color (decimal): -3726796 or 3416775. OLE color: 3416775.

HSL color Cylindrical-coordinate representation of color #C72234: hue angle of 353.45º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72234 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 34 52 -
CMYK 0 0.83 0.74 0.22
HSL 353.45º 0.71% 0.46% -
HSV(B) 353.45º 0.83% 0.78% -
XYZ 24.75 13.53 4.56 -
YUV 85.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 199 34 52 0 0.83 0.74 0.22 353.45 0.71 0.46
Hex C7 22 34 0 53 4A 16 161 47 2E
Octal 307 42 64 0 123 112 26 541 107 56
Binary 11000111 100010 110100 0 1010011 1001010 10110 101100001 1000111 101110

Color Harmonies of #C72234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72234

Black with #C72234

Text Example


Text Example

White with #C72234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72234; }

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

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

background-color css

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

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

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

border-color css

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

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

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