Html Css Color HEX #C71832 Cardinal

📋 copy color: '#C71832'

red 199 ◦ green 24 ◦ blue 50

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

Shades of Cardinal #C71832

Tints of Cardinal #C71832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 72.89%
G = 8.79%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C71832 (or 0xC71832) is known color: Cardinal. HEX triplet: C7, 18 and 32. RGB value is (199,24,50). Sum of RGB (Red+Green+Blue) = 199+24+50=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C71832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71832 is #38E7CD. Grayscale: #4F4F4F. Windows color (decimal): -3729358 or 3283143. OLE color: 3283143.

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

Color convert

RGB 199 24 50 -
CMYK 0 0.88 0.75 0.22
HSL 351.09º 0.78% 0.44% -
HSV(B) 351.09º 0.88% 0.78% -
XYZ 24.46 13.03 4.24 -
YUV 79.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 199 24 50 0 0.88 0.75 0.22 351.09 0.78 0.44
Hex C7 18 32 0 58 4B 16 15F 4E 2C
Octal 307 30 62 0 130 113 26 537 116 54
Binary 11000111 11000 110010 0 1011000 1001011 10110 101011111 1001110 101100

Color Harmonies of #C71832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71832

Black with #C71832

Text Example


Text Example

White with #C71832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71832; }

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

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

background-color css

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

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

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

border-color css

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

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

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