#D21F49

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

Shades of Crimson #D21F49

Tints of Crimson #D21F49

Color information

#D21F49 (or 0xD21F49) is unknown color: approx Crimson. HEX triplet: D2, 1F and 49. RGB value is (210,31,73). Sum of RGB (Red+Green+Blue) = 210+31+73=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F49 is #2DE0B6. Grayscale: #595959. Windows color (decimal): -3006647 or 4792274. OLE color: 4792274.

HSL color Cylindrical-coordinate representation of color #D21F49: hue angle of 345.92º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F49 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2103173-
CMYK00.850.650.18
HSL345.92º74.27%47.25%-
HSV(B)345.92º85.24%82.35%-
XYZ28.2715.167.74-
YUV89.31118.8214.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.88%
GREEN value IS 31 (12.5% from 255) = 9.87%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=66.88%
G=9.87%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210317300.850.650.18345.9274.2747.25
HexD21F49055411215a4a2f
Octal3223711101251012253211257
Binary11010010111111001001010101011000001100101010110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21F49; }

 p { color: rgb(210,31,73); }

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

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

 a { background-color: rgb(210,31,73); }

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

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

 span { border-color: rgb(210,31,73); }

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