#D11547

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

Shades of Crimson #D11547

Tints of Crimson #D11547

Color information

#D11547 (or 0xD11547) is unknown color: approx Crimson. HEX triplet: D1, 15 and 47. RGB value is (209,21,71). Sum of RGB (Red+Green+Blue) = 209+21+71=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D11547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11547 is #2EEAB8. Grayscale: #525252. Windows color (decimal): -3074745 or 4658641. OLE color: 4658641.

HSL color Cylindrical-coordinate representation of color #D11547: hue angle of 344.04º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11547 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB2092171-
CMYK00.900.660.18
HSL344.04º81.74%45.1%-
HSV(B)344.04º89.95%81.96%-
XYZ27.714.557.31-
YUV82.91121.28217.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=69.44%
G=6.98%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209217100.900.660.18344.0481.7445.1
HexD1154705A4212158522d
Octal3212510701321022253012255
Binary11010001101011000111010110101000010100101010110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11547; }

 p { color: rgb(209,21,71); }

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

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

 a { background-color: rgb(209,21,71); }

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

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

 span { border-color: rgb(209,21,71); }

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