#D90146

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

Shades of Crimson #D90146

Tints of Crimson #D90146

Color information

#D90146 (or 0xD90146) is unknown color: approx Crimson. HEX triplet: D9, 01 and 46. RGB value is (217,1,70). Sum of RGB (Red+Green+Blue) = 217+1+70=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D90146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90146 is #26FEB9. Grayscale: #494949. Windows color (decimal): -2555578 or 4587993. OLE color: 4587993.

HSL color Cylindrical-coordinate representation of color #D90146: hue angle of 340.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90146 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB217170-
CMYK01.000.680.15
HSL340.83º99.08%42.75%-
HSV(B)340.83º99.54%85.1%-
XYZ29.7315.227.16-
YUV73.45126.06230.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 75.35%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=75.35%
G=0.35%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717001.000.680.15340.8399.0842.75
HexD914606444F155632b
Octal331110601441041752514353
Binary110110011100011001100100100010011111010101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90146; }

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

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

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

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

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

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

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

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