Html Css Color HEX #D90331 Crimson

📋 copy color: '#D90331'

red 217 ◦ green 3 ◦ blue 49

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

Shades of Crimson #D90331

Tints of Crimson #D90331

RGB

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

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

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

R = 80.67%
G = 1.12%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D90331 (or 0xD90331) is known color: Crimson. HEX triplet: D9, 03 and 31. RGB value is (217,3,49). Sum of RGB (Red+Green+Blue) = 217+3+49=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D90331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90331 is #26FCCE. Grayscale: #484848. Windows color (decimal): -2555087 or 3212249. OLE color: 3212249.

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

Color convert

RGB 217 3 49 -
CMYK 0 0.99 0.77 0.15
HSL 347.1º 0.97% 0.43% -
HSV(B) 347.1º 0.99% 0.85% -
XYZ 29.2 15.04 4.27 -
YUV 72.23 114.9 231.26 -
System Red Green Blue C M Y K H S L
Decimal 217 3 49 0 0.99 0.77 0.15 347.1 0.97 0.43
Hex D9 3 31 0 63 4D F 15B 61 2B
Octal 331 3 61 0 143 115 17 533 141 53
Binary 11011001 11 110001 0 1100011 1001101 1111 101011011 1100001 101011

Color Harmonies of #D90331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90331

Black with #D90331

Text Example


Text Example

White with #D90331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90331; }

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

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

background-color css

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

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

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

border-color css

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

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

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