#c51f46

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

Shades of Cardinal #C51F46

Tints of Cardinal #C51F46

Color information

#C51F46 (or 0xC51F46) is unknown color: approx Cardinal. HEX triplet: C5, 1F and 46. RGB value is (197,31,70). Sum of RGB (Red+Green+Blue) = 197+31+70=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F46 is #3AE0B9. Grayscale: #555555. Windows color (decimal): -3858618 or 4595653. OLE color: 4595653.

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

Color convert

RGB1973170-
CMYK00.840.640.23
HSL345.9º72.81%44.71%-
HSV(B)345.9º84.26%77.25%-
XYZ24.6213.297.06-
YUV85.08119.5207.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.11%
GREEN value IS 31 (12.5% from 255) = 10.40%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=66.11%
G=10.40%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197317000.840.640.23345.972.8144.71
HexC51F46054401715a492d
Octal3053710601241002753211155
Binary11000101111111000110010101001000000101111010110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c51f46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c51f46; }

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

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

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

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

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

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

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

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