#C61447

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

Shades of Cardinal #C61447

Tints of Cardinal #C61447

Color information

#C61447 (or 0xC61447) is unknown color: approx Cardinal. HEX triplet: C6, 14 and 47. RGB value is (198,20,71). Sum of RGB (Red+Green+Blue) = 198+20+71=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C61447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61447 is #39EBB8. Grayscale: #4F4F4F. Windows color (decimal): -3795897 or 4658374. OLE color: 4658374.

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

Color convert

RGB1982071-
CMYK00.900.640.22
HSL342.81º81.65%42.75%-
HSV(B)342.81º89.9%77.65%-
XYZ24.6812.967.16-
YUV79.04123.47212.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.51%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 71 (28.12% from 255) = 24.57%
R=68.51%
G=6.92%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198207100.900.640.22342.8181.6542.75
HexC6144705A4016157522b
Octal3062410701321002652712253
Binary11000110101001000111010110101000000101101010101111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61447; }

 p { color: rgb(198,20,71); }

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

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

 a { background-color: rgb(198,20,71); }

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

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

 span { border-color: rgb(198,20,71); }

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