Html Css Color HEX #D90932 Crimson

📋 copy color: '#D90932'

red 217 ◦ green 9 ◦ blue 50

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

Shades of Crimson #D90932

Tints of Crimson #D90932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 78.62%
G = 3.26%
B = 18.12%

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

#D90932 (or 0xD90932) is known color: Crimson. HEX triplet: D9, 09 and 32. RGB value is (217,9,50). Sum of RGB (Red+Green+Blue) = 217+9+50=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D90932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90932 is #26F6CD. Grayscale: #4B4B4B. Windows color (decimal): -2553550 or 3279321. OLE color: 3279321.

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

Color convert

RGB 217 9 50 -
CMYK 0 0.96 0.77 0.15
HSL 348.17º 0.92% 0.44% -
HSV(B) 348.17º 0.96% 0.85% -
XYZ 29.29 15.18 4.4 -
YUV 75.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 217 9 50 0 0.96 0.77 0.15 348.17 0.92 0.44
Hex D9 9 32 0 60 4D F 15C 5C 2C
Octal 331 11 62 0 140 115 17 534 134 54
Binary 11011001 1001 110010 0 1100000 1001101 1111 101011100 1011100 101100

Color Harmonies of #D90932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90932

Black with #D90932

Text Example


Text Example

White with #D90932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90932; }

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

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

background-color css

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

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

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

border-color css

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

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

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