Html Css Color HEX #D90832 Crimson

📋 copy color: '#D90832'

red 217 ◦ green 8 ◦ blue 50

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

Shades of Crimson #D90832

Tints of Crimson #D90832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

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

R = 78.91%
G = 2.91%
B = 18.18%

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

#D90832 (or 0xD90832) is known color: Crimson. HEX triplet: D9, 08 and 32. RGB value is (217,8,50). Sum of RGB (Red+Green+Blue) = 217+8+50=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D90832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90832 is #26F7CD. Grayscale: #4B4B4B. Windows color (decimal): -2553806 or 3279065. OLE color: 3279065.

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

Color convert

RGB 217 8 50 -
CMYK 0 0.96 0.77 0.15
HSL 347.94º 0.93% 0.44% -
HSV(B) 347.94º 0.96% 0.85% -
XYZ 29.28 15.16 4.4 -
YUV 75.28 113.74 229.08 -
System Red Green Blue C M Y K H S L
Decimal 217 8 50 0 0.96 0.77 0.15 347.94 0.93 0.44
Hex D9 8 32 0 60 4D F 15C 5D 2C
Octal 331 10 62 0 140 115 17 534 135 54
Binary 11011001 1000 110010 0 1100000 1001101 1111 101011100 1011101 101100

Color Harmonies of #D90832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90832

Black with #D90832

Text Example


Text Example

White with #D90832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90832; }

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

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

background-color css

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

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

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

border-color css

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

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

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