Html Css Color HEX #C71941 Cardinal

📋 copy color: '#C71941'

red 199 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #C71941

Tints of Cardinal #C71941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 68.86%
G = 8.65%
B = 22.49%

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

#C71941 (or 0xC71941) is known color: Cardinal. HEX triplet: C7, 19 and 41. RGB value is (199,25,65). Sum of RGB (Red+Green+Blue) = 199+25+65=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C71941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71941 is #38E6BE. Grayscale: #515151. Windows color (decimal): -3729087 or 4266439. OLE color: 4266439.

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

Color convert

RGB 199 25 65 -
CMYK 0 0.87 0.67 0.22
HSL 346.21º 0.78% 0.44% -
HSV(B) 346.21º 0.87% 0.78% -
XYZ 24.85 13.22 6.24 -
YUV 81.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 199 25 65 0 0.87 0.67 0.22 346.21 0.78 0.44
Hex C7 19 41 0 57 43 16 15A 4E 2C
Octal 307 31 101 0 127 103 26 532 116 54
Binary 11000111 11001 1000001 0 1010111 1000011 10110 101011010 1001110 101100

Color Harmonies of #C71941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71941

Black with #C71941

Text Example


Text Example

White with #C71941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71941; }

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

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

background-color css

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

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

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

border-color css

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

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

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