Html Css Color HEX #D90031 Crimson

📋 copy color: '#D90031'

red 217 ◦ green 0 ◦ blue 49

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

Shades of Crimson #D90031

Tints of Crimson #D90031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 81.58%
G = 0%
B = 18.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D90031 (or 0xD90031) is known color: Crimson. HEX triplet: D9, 00 and 31. RGB value is (217,0,49). Sum of RGB (Red+Green+Blue) = 217+0+49=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D90031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90031 is #26FFCE. Grayscale: #464646. Windows color (decimal): -2555855 or 3211481. OLE color: 3211481.

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

Color convert

RGB 217 0 49 -
CMYK 0 1 0.77 0.15
HSL 346.45º 1% 0.43% -
HSV(B) 346.45º 1% 0.85% -
XYZ 29.17 14.97 4.26 -
YUV 70.47 115.89 232.52 -
System Red Green Blue C M Y K H S L
Decimal 217 0 49 0 1 0.77 0.15 346.45 1 0.43
Hex D9 0 31 0 64 4D F 15A 64 2B
Octal 331 0 61 0 144 115 17 532 144 53
Binary 11011001 0 110001 0 1100100 1001101 1111 101011010 1100100 101011

Color Harmonies of #D90031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90031

Black with #D90031

Text Example


Text Example

White with #D90031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90031; }

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

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

background-color css

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

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

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

border-color css

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

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

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