Html Css Color HEX #C71139 Cardinal

📋 copy color: '#C71139'

red 199 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #C71139

Tints of Cardinal #C71139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 57 (22.66% from 255) = 20.88%

R = 72.89%
G = 6.23%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C71139 (or 0xC71139) is known color: Cardinal. HEX triplet: C7, 11 and 39. RGB value is (199,17,57). Sum of RGB (Red+Green+Blue) = 199+17+57=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C71139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71139 is #38EEC6. Grayscale: #4B4B4B. Windows color (decimal): -3731143 or 3740103. OLE color: 3740103.

HSL color Cylindrical-coordinate representation of color #C71139: hue angle of 346.81º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71139 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 57 -
CMYK 0 0.91 0.71 0.22
HSL 346.81º 0.84% 0.42% -
HSV(B) 346.81º 0.91% 0.78% -
XYZ 24.49 12.84 5.06 -
YUV 75.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 199 17 57 0 0.91 0.71 0.22 346.81 0.84 0.42
Hex C7 11 39 0 5B 47 16 15B 54 2A
Octal 307 21 71 0 133 107 26 533 124 52
Binary 11000111 10001 111001 0 1011011 1000111 10110 101011011 1010100 101010

Color Harmonies of #C71139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71139

Black with #C71139

Text Example


Text Example

White with #C71139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71139; }

 p { color: rgb(199,17,57); }

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

background-color css

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

 a { background-color: rgb(199,17,57); }

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

border-color css

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

 span { border-color: rgb(199,17,57); }

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