Html Css Color HEX #C72132 Cardinal

📋 copy color: '#C72132'

red 199 ◦ green 33 ◦ blue 50

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

Shades of Cardinal #C72132

Tints of Cardinal #C72132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

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

R = 70.57%
G = 11.7%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C72132 (or 0xC72132) is known color: Cardinal. HEX triplet: C7, 21 and 32. RGB value is (199,33,50). Sum of RGB (Red+Green+Blue) = 199+33+50=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C72132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72132 is #38DECD. Grayscale: #545454. Windows color (decimal): -3727054 or 3285447. OLE color: 3285447.

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

Color convert

RGB 199 33 50 -
CMYK 0 0.83 0.75 0.22
HSL 353.86º 0.72% 0.45% -
HSV(B) 353.86º 0.83% 0.78% -
XYZ 24.67 13.46 4.32 -
YUV 84.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 199 33 50 0 0.83 0.75 0.22 353.86 0.72 0.45
Hex C7 21 32 0 53 4B 16 162 48 2D
Octal 307 41 62 0 123 113 26 542 110 55
Binary 11000111 100001 110010 0 1010011 1001011 10110 101100010 1001000 101101

Color Harmonies of #C72132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72132

Black with #C72132

Text Example


Text Example

White with #C72132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72132; }

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

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

background-color css

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

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

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

border-color css

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

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

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