Html Css Color HEX #D90336 Crimson

📋 copy color: '#D90336'

red 217 ◦ green 3 ◦ blue 54

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

Shades of Crimson #D90336

Tints of Crimson #D90336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 79.2%
G = 1.09%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D90336 (or 0xD90336) is known color: Crimson. HEX triplet: D9, 03 and 36. RGB value is (217,3,54). Sum of RGB (Red+Green+Blue) = 217+3+54=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D90336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90336 is #26FCC9. Grayscale: #484848. Windows color (decimal): -2555082 or 3539929. OLE color: 3539929.

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

Color convert

RGB 217 3 54 -
CMYK 0 0.99 0.75 0.15
HSL 345.7º 0.97% 0.43% -
HSV(B) 345.7º 0.99% 0.85% -
XYZ 29.31 15.08 4.86 -
YUV 72.8 117.4 230.85 -
System Red Green Blue C M Y K H S L
Decimal 217 3 54 0 0.99 0.75 0.15 345.7 0.97 0.43
Hex D9 3 36 0 63 4B F 15A 61 2B
Octal 331 3 66 0 143 113 17 532 141 53
Binary 11011001 11 110110 0 1100011 1001011 1111 101011010 1100001 101011

Color Harmonies of #D90336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90336

Black with #D90336

Text Example


Text Example

White with #D90336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90336; }

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

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

background-color css

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

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

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

border-color css

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

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

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