#D90332

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

Shades of Crimson #D90332

Tints of Crimson #D90332

Color information

#D90332 (or 0xD90332) is unknown color: approx Crimson. HEX triplet: D9, 03 and 32. RGB value is (217,3,50). Sum of RGB (Red+Green+Blue) = 217+3+50=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D90332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90332 is #26FCCD. Grayscale: #484848. Windows color (decimal): -2555086 or 3277785. OLE color: 3277785.

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

Color convert

RGB217350-
CMYK00.990.770.15
HSL346.82º97.27%43.14%-
HSV(B)346.82º98.62%85.1%-
XYZ29.2215.054.38-
YUV72.34115.4231.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 80.37%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=80.37%
G=1.11%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21735000.990.770.15346.8297.2743.14
HexD93320634DF15b612b
Octal33136201431151753314153
Binary110110011111001001100011100110111111010110111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90332; }

 p { color: rgb(217,3,50); }

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

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

 a { background-color: rgb(217,3,50); }

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

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

 span { border-color: rgb(217,3,50); }

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