Html Css Color HEX #C71747 Cardinal

📋 copy color: '#C71747'

red 199 ◦ green 23 ◦ blue 71

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

Shades of Cardinal #C71747

Tints of Cardinal #C71747

RGB

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

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

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

R = 67.92%
G = 7.85%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C71747 (or 0xC71747) is known color: Cardinal. HEX triplet: C7, 17 and 47. RGB value is (199,23,71). Sum of RGB (Red+Green+Blue) = 199+23+71=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C71747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71747 is #38E8B8. Grayscale: #515151. Windows color (decimal): -3729593 or 4659143. OLE color: 4659143.

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

Color convert

RGB 199 23 71 -
CMYK 0 0.88 0.64 0.22
HSL 343.64º 0.79% 0.44% -
HSV(B) 343.64º 0.88% 0.78% -
XYZ 25 13.21 7.19 -
YUV 81.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 199 23 71 0 0.88 0.64 0.22 343.64 0.79 0.44
Hex C7 17 47 0 58 40 16 158 4F 2C
Octal 307 27 107 0 130 100 26 530 117 54
Binary 11000111 10111 1000111 0 1011000 1000000 10110 101011000 1001111 101100

Color Harmonies of #C71747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71747

Black with #C71747

Text Example


Text Example

White with #C71747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71747; }

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

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

background-color css

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

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

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

border-color css

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

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

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