Html Css Color HEX #C71736 Cardinal

📋 copy color: '#C71736'

red 199 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #C71736

Tints of Cardinal #C71736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 72.1%
G = 8.33%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C71736 (or 0xC71736) is known color: Cardinal. HEX triplet: C7, 17 and 36. RGB value is (199,23,54). Sum of RGB (Red+Green+Blue) = 199+23+54=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C71736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71736 is #38E8C9. Grayscale: #4F4F4F. Windows color (decimal): -3729610 or 3545031. OLE color: 3545031.

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

Color convert

RGB 199 23 54 -
CMYK 0 0.88 0.73 0.22
HSL 349.43º 0.79% 0.44% -
HSV(B) 349.43º 0.88% 0.78% -
XYZ 24.53 13.02 4.71 -
YUV 79.16 113.81 213.48 -
System Red Green Blue C M Y K H S L
Decimal 199 23 54 0 0.88 0.73 0.22 349.43 0.79 0.44
Hex C7 17 36 0 58 49 16 15D 4F 2C
Octal 307 27 66 0 130 111 26 535 117 54
Binary 11000111 10111 110110 0 1011000 1001001 10110 101011101 1001111 101100

Color Harmonies of #C71736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71736

Black with #C71736

Text Example


Text Example

White with #C71736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71736; }

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

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

background-color css

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

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

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

border-color css

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

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

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