Html Css Color HEX #C71831 Cardinal

📋 copy color: '#C71831'

red 199 ◦ green 24 ◦ blue 49

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

Shades of Cardinal #C71831

Tints of Cardinal #C71831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.01%

R = 73.16%
G = 8.82%
B = 18.01%

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

#C71831 (or 0xC71831) is known color: Cardinal. HEX triplet: C7, 18 and 31. RGB value is (199,24,49). Sum of RGB (Red+Green+Blue) = 199+24+49=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C71831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71831 is #38E7CE. Grayscale: #4F4F4F. Windows color (decimal): -3729359 or 3217607. OLE color: 3217607.

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

Color convert

RGB 199 24 49 -
CMYK 0 0.88 0.75 0.22
HSL 351.43º 0.78% 0.44% -
HSV(B) 351.43º 0.88% 0.78% -
XYZ 24.43 13.02 4.13 -
YUV 79.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 199 24 49 0 0.88 0.75 0.22 351.43 0.78 0.44
Hex C7 18 31 0 58 4B 16 15F 4E 2C
Octal 307 30 61 0 130 113 26 537 116 54
Binary 11000111 11000 110001 0 1011000 1001011 10110 101011111 1001110 101100

Color Harmonies of #C71831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71831

Black with #C71831

Text Example


Text Example

White with #C71831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71831; }

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

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

background-color css

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

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

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

border-color css

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

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

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