Html Css Color HEX #C71936 Cardinal

📋 copy color: '#C71936'

red 199 ◦ green 25 ◦ blue 54

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

Shades of Cardinal #C71936

Tints of Cardinal #C71936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 71.58%
G = 8.99%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C71936 (or 0xC71936) is known color: Cardinal. HEX triplet: C7, 19 and 36. RGB value is (199,25,54). Sum of RGB (Red+Green+Blue) = 199+25+54=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C71936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71936 is #38E6C9. Grayscale: #505050. Windows color (decimal): -3729098 or 3545543. OLE color: 3545543.

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

Color convert

RGB 199 25 54 -
CMYK 0 0.87 0.73 0.22
HSL 350º 0.78% 0.44% -
HSV(B) 350º 0.87% 0.78% -
XYZ 24.57 13.1 4.72 -
YUV 80.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 199 25 54 0 0.87 0.73 0.22 350 0.78 0.44
Hex C7 19 36 0 57 49 16 15E 4E 2C
Octal 307 31 66 0 127 111 26 536 116 54
Binary 11000111 11001 110110 0 1010111 1001001 10110 101011110 1001110 101100

Color Harmonies of #C71936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71936

Black with #C71936

Text Example


Text Example

White with #C71936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71936; }

 p { color: rgb(199,25,54); }

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

background-color css

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

 a { background-color: rgb(199,25,54); }

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

border-color css

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

 span { border-color: rgb(199,25,54); }

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