#C51E47

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

Shades of Cardinal #C51E47

Tints of Cardinal #C51E47

Color information

#C51E47 (or 0xC51E47) is unknown color: approx Cardinal. HEX triplet: C5, 1E and 47. RGB value is (197,30,71). Sum of RGB (Red+Green+Blue) = 197+30+71=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E47 is #3AE1B8. Grayscale: #545454. Windows color (decimal): -3858873 or 4660933. OLE color: 4660933.

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

Color convert

RGB1973071-
CMYK00.850.640.23
HSL345.27º73.57%44.51%-
HSV(B)345.27º84.77%77.25%-
XYZ24.6313.257.22-
YUV84.61120.33208.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.11%
GREEN value IS 30 (12.11% from 255) = 10.07%
BLUE value IS 71 (28.12% from 255) = 23.83%
R=66.11%
G=10.07%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197307100.850.640.23345.2773.5744.51
HexC51E4705540171594a2d
Octal3053610701251002753111255
Binary11000101111101000111010101011000000101111010110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51E47; }

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

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

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

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

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

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

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

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