Html Css Color HEX #C72332 Cardinal

📋 copy color: '#C72332'

red 199 ◦ green 35 ◦ blue 50

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

Shades of Cardinal #C72332

Tints of Cardinal #C72332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 70.07%
G = 12.32%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C72332 (or 0xC72332) is known color: Cardinal. HEX triplet: C7, 23 and 32. RGB value is (199,35,50). Sum of RGB (Red+Green+Blue) = 199+35+50=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C72332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72332 is #38DCCD. Grayscale: #555555. Windows color (decimal): -3726542 or 3285959. OLE color: 3285959.

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

Color convert

RGB 199 35 50 -
CMYK 0 0.82 0.75 0.22
HSL 354.51º 0.7% 0.46% -
HSV(B) 354.51º 0.82% 0.78% -
XYZ 24.73 13.57 4.33 -
YUV 85.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 199 35 50 0 0.82 0.75 0.22 354.51 0.7 0.46
Hex C7 23 32 0 52 4B 16 163 46 2E
Octal 307 43 62 0 122 113 26 543 106 56
Binary 11000111 100011 110010 0 1010010 1001011 10110 101100011 1000110 101110

Color Harmonies of #C72332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72332

Black with #C72332

Text Example


Text Example

White with #C72332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72332; }

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

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

background-color css

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

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

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

border-color css

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

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

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