Html Css Color HEX #C71942 Cardinal

📋 copy color: '#C71942'

red 199 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #C71942

Tints of Cardinal #C71942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 68.62%
G = 8.62%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C71942 (or 0xC71942) is known color: Cardinal. HEX triplet: C7, 19 and 42. RGB value is (199,25,66). Sum of RGB (Red+Green+Blue) = 199+25+66=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C71942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71942 is #38E6BD. Grayscale: #515151. Windows color (decimal): -3729086 or 4331975. OLE color: 4331975.

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

Color convert

RGB 199 25 66 -
CMYK 0 0.87 0.67 0.22
HSL 345.86º 0.78% 0.44% -
HSV(B) 345.86º 0.87% 0.78% -
XYZ 24.88 13.23 6.4 -
YUV 81.7 119.15 211.67 -
System Red Green Blue C M Y K H S L
Decimal 199 25 66 0 0.87 0.67 0.22 345.86 0.78 0.44
Hex C7 19 42 0 57 43 16 15A 4E 2C
Octal 307 31 102 0 127 103 26 532 116 54
Binary 11000111 11001 1000010 0 1010111 1000011 10110 101011010 1001110 101100

Color Harmonies of #C71942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71942

Black with #C71942

Text Example


Text Example

White with #C71942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71942; }

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

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

background-color css

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

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

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

border-color css

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

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

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