Html Css Color HEX #D90039 Crimson

📋 copy color: '#D90039'

red 217 ◦ green 0 ◦ blue 57

#D90039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D90039

Tints of Crimson #D90039

RGB

 RED value IS 217 (85.16% from 255) = 79.2%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 20.8%

R = 79.2%
G = 0%
B = 20.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D90039 (or 0xD90039) is known color: Crimson. HEX triplet: D9, 00 and 39. RGB value is (217,0,57). Sum of RGB (Red+Green+Blue) = 217+0+57=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D90039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90039 is #26FFC6. Grayscale: #474747. Windows color (decimal): -2555847 or 3735769. OLE color: 3735769.

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

Color convert

RGB 217 0 57 -
CMYK 0 1 0.74 0.15
HSL 344.24º 1% 0.43% -
HSV(B) 344.24º 1% 0.85% -
XYZ 29.35 15.05 5.23 -
YUV 71.38 119.89 231.87 -
System Red Green Blue C M Y K H S L
Decimal 217 0 57 0 1 0.74 0.15 344.24 1 0.43
Hex D9 0 39 0 64 4A F 158 64 2B
Octal 331 0 71 0 144 112 17 530 144 53
Binary 11011001 0 111001 0 1100100 1001010 1111 101011000 1100100 101011

Color Harmonies of #D90039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90039

Black with #D90039

Text Example


Text Example

White with #D90039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90039; }

 p { color: rgb(217,0,57); }

 H1.HeaderClassName
 {
   color: #D90039;
 }
 .AnyTagClassName
 {
   color: #D90039;
 }
</style>

background-color css

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

 a { background-color: rgb(217,0,57); }

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

border-color css

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

 span { border-color: rgb(217,0,57); }

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