Html Css Color HEX #D90036 Crimson

📋 copy color: '#D90036'

red 217 ◦ green 0 ◦ blue 54

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

Shades of Crimson #D90036

Tints of Crimson #D90036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 80.07%
G = 0%
B = 19.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D90036 (or 0xD90036) is known color: Crimson. HEX triplet: D9, 00 and 36. RGB value is (217,0,54). Sum of RGB (Red+Green+Blue) = 217+0+54=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D90036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90036 is #26FFC9. Grayscale: #474747. Windows color (decimal): -2555850 or 3539161. OLE color: 3539161.

HSL color Cylindrical-coordinate representation of color #D90036: hue angle of 345.07º 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 #D90036 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 54 -
CMYK 0 1 0.75 0.15
HSL 345.07º 1% 0.43% -
HSV(B) 345.07º 1% 0.85% -
XYZ 29.28 15.02 4.85 -
YUV 71.04 118.39 232.11 -
System Red Green Blue C M Y K H S L
Decimal 217 0 54 0 1 0.75 0.15 345.07 1 0.43
Hex D9 0 36 0 64 4B F 159 64 2B
Octal 331 0 66 0 144 113 17 531 144 53
Binary 11011001 0 110110 0 1100100 1001011 1111 101011001 1100100 101011

Color Harmonies of #D90036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90036

Black with #D90036

Text Example


Text Example

White with #D90036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90036; }

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

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

background-color css

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

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

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

border-color css

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

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

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