#C51246

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

Shades of Cardinal #C51246

Tints of Cardinal #C51246

Color information

#C51246 (or 0xC51246) is unknown color: approx Cardinal. HEX triplet: C5, 12 and 46. RGB value is (197,18,70). Sum of RGB (Red+Green+Blue) = 197+18+70=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C51246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51246 is #3AEDB9. Grayscale: #4D4D4D. Windows color (decimal): -3861946 or 4592325. OLE color: 4592325.

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

Color convert

RGB1971870-
CMYK00.910.640.23
HSL342.57º83.26%42.16%-
HSV(B)342.57º90.86%77.25%-
XYZ24.3512.756.97-
YUV77.45123.8213.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.12%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=69.12%
G=6.32%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197187000.910.640.23342.5783.2642.16
HexC5124605B4017157532a
Octal3052210601331002752712352
Binary11000101100101000110010110111000000101111010101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51246; }

 p { color: rgb(197,18,70); }

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

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

 a { background-color: rgb(197,18,70); }

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

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

 span { border-color: rgb(197,18,70); }

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