#D31549

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

Shades of Crimson #D31549

Tints of Crimson #D31549

Color information

#D31549 (or 0xD31549) is unknown color: approx Crimson. HEX triplet: D3, 15 and 49. RGB value is (211,21,73). Sum of RGB (Red+Green+Blue) = 211+21+73=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D31549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31549 is #2CEAB6. Grayscale: #535353. Windows color (decimal): -2943671 or 4789715. OLE color: 4789715.

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

Color convert

RGB2112173-
CMYK00.900.650.17
HSL343.58º81.9%45.49%-
HSV(B)343.58º90.05%82.75%-
XYZ28.3314.877.68-
YUV83.74121.95218.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.18%
GREEN value IS 21 (8.59% from 255) = 6.89%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=69.18%
G=6.89%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211217300.900.650.17343.5881.945.49
HexD3154905A4111158522d
Octal3232511101321012153012255
Binary11010011101011001001010110101000001100011010110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31549; }

 p { color: rgb(211,21,73); }

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

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

 a { background-color: rgb(211,21,73); }

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

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

 span { border-color: rgb(211,21,73); }

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