Html Css Color HEX #D90731 Crimson

📋 copy color: '#D90731'

red 217 ◦ green 7 ◦ blue 49

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

Shades of Crimson #D90731

Tints of Crimson #D90731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 79.49%
G = 2.56%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D90731 (or 0xD90731) is known color: Crimson. HEX triplet: D9, 07 and 31. RGB value is (217,7,49). Sum of RGB (Red+Green+Blue) = 217+7+49=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D90731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90731 is #26F8CE. Grayscale: #4A4A4A. Windows color (decimal): -2554063 or 3213273. OLE color: 3213273.

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

Color convert

RGB 217 7 49 -
CMYK 0 0.97 0.77 0.15
HSL 348º 0.94% 0.44% -
HSV(B) 348º 0.97% 0.85% -
XYZ 29.25 15.13 4.28 -
YUV 74.58 113.57 229.58 -
System Red Green Blue C M Y K H S L
Decimal 217 7 49 0 0.97 0.77 0.15 348 0.94 0.44
Hex D9 7 31 0 61 4D F 15C 5E 2C
Octal 331 7 61 0 141 115 17 534 136 54
Binary 11011001 111 110001 0 1100001 1001101 1111 101011100 1011110 101100

Color Harmonies of #D90731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90731

Black with #D90731

Text Example


Text Example

White with #D90731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90731; }

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

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

background-color css

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

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

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

border-color css

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

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

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