Html Css Color HEX #D90931 Crimson

📋 copy color: '#D90931'

red 217 ◦ green 9 ◦ blue 49

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

Shades of Crimson #D90931

Tints of Crimson #D90931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 78.91%
G = 3.27%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D90931 (or 0xD90931) is known color: Crimson. HEX triplet: D9, 09 and 31. RGB value is (217,9,49). Sum of RGB (Red+Green+Blue) = 217+9+49=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D90931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90931 is #26F6CE. Grayscale: #4B4B4B. Windows color (decimal): -2553551 or 3213785. OLE color: 3213785.

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

Color convert

RGB 217 9 49 -
CMYK 0 0.96 0.77 0.15
HSL 348.46º 0.92% 0.44% -
HSV(B) 348.46º 0.96% 0.85% -
XYZ 29.27 15.17 4.29 -
YUV 75.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 217 9 49 0 0.96 0.77 0.15 348.46 0.92 0.44
Hex D9 9 31 0 60 4D F 15C 5C 2C
Octal 331 11 61 0 140 115 17 534 134 54
Binary 11011001 1001 110001 0 1100000 1001101 1111 101011100 1011100 101100

Color Harmonies of #D90931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90931

Black with #D90931

Text Example


Text Example

White with #D90931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90931; }

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

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

background-color css

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

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

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

border-color css

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

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

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