#C71247

Color #C71247 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C71247

Tints of Cardinal #C71247

Color information

#C71247 (or 0xC71247) is unknown color: approx Cardinal. HEX triplet: C7, 12 and 47. RGB value is (199,18,71). Sum of RGB (Red+Green+Blue) = 199+18+71=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C71247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71247 is #38EDB8. Grayscale: #4E4E4E. Windows color (decimal): -3730873 or 4657863. OLE color: 4657863.

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

Color convert

RGB1991871-
CMYK00.910.640.22
HSL342.43º83.41%42.55%-
HSV(B)342.43º90.95%78.04%-
XYZ24.9113.037.16-
YUV78.16123.97214.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.10%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=69.10%
G=6.25%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199187100.910.640.22342.4383.4142.55
HexC7124705B4016156532b
Octal3072210701331002652612353
Binary11000111100101000111010110111000000101101010101101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71247; }

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

 H1.HeaderClassName
 {
   color: #C71247;
 }
 .AnyTagClassName
 {
   color: #C71247;
 }
</style>
background-color css

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

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

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

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

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

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