#D90E46

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

Shades of Crimson #D90E46

Tints of Crimson #D90E46

Color information

#D90E46 (or 0xD90E46) is unknown color: approx Crimson. HEX triplet: D9, 0E and 46. RGB value is (217,14,70). Sum of RGB (Red+Green+Blue) = 217+14+70=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E46 is #26F1B9. Grayscale: #515151. Windows color (decimal): -2552250 or 4591321. OLE color: 4591321.

HSL color Cylindrical-coordinate representation of color #D90E46: hue angle of 343.45º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90E46 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2171470-
CMYK00.940.680.15
HSL343.45º87.88%45.29%-
HSV(B)343.45º93.55%85.1%-
XYZ29.8815.517.21-
YUV81.08121.75224.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 72.09%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=72.09%
G=4.65%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217147000.940.680.15343.4587.8845.29
HexD9E4605E44F157582d
Octal3311610601361041752713055
Binary110110011110100011001011110100010011111010101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90E46; }

 p { color: rgb(217,14,70); }

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

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

 a { background-color: rgb(217,14,70); }

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

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

 span { border-color: rgb(217,14,70); }

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