Html Css Color HEX #C71E47 Cardinal

📋 copy color: '#C71E47'

red 199 ◦ green 30 ◦ blue 71

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

Shades of Cardinal #C71E47

Tints of Cardinal #C71E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 71 (28.13% from 255) = 23.67%

R = 66.33%
G = 10%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C71E47 (or 0xC71E47) is known color: Cardinal. HEX triplet: C7, 1E and 47. RGB value is (199,30,71). Sum of RGB (Red+Green+Blue) = 199+30+71=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E47 is #38E1B8. Grayscale: #555555. Windows color (decimal): -3727801 or 4660935. OLE color: 4660935.

HSL color Cylindrical-coordinate representation of color #C71E47: hue angle of 345.44º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71E47 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 71 -
CMYK 0 0.85 0.64 0.22
HSL 345.44º 0.74% 0.45% -
HSV(B) 345.44º 0.85% 0.78% -
XYZ 25.15 13.53 7.25 -
YUV 85.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 199 30 71 0 0.85 0.64 0.22 345.44 0.74 0.45
Hex C7 1E 47 0 55 40 16 159 4A 2D
Octal 307 36 107 0 125 100 26 531 112 55
Binary 11000111 11110 1000111 0 1010101 1000000 10110 101011001 1001010 101101

Color Harmonies of #C71E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E47

Black with #C71E47

Text Example


Text Example

White with #C71E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E47; }

 p { color: rgb(199,30,71); }

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

background-color css

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

 a { background-color: rgb(199,30,71); }

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

border-color css

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

 span { border-color: rgb(199,30,71); }

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