Html Css Color HEX #D90844 Crimson

📋 copy color: '#D90844'

red 217 ◦ green 8 ◦ blue 68

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

Shades of Crimson #D90844

Tints of Crimson #D90844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 74.06%
G = 2.73%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D90844 (or 0xD90844) is known color: Crimson. HEX triplet: D9, 08 and 44. RGB value is (217,8,68). Sum of RGB (Red+Green+Blue) = 217+8+68=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D90844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90844 is #26F7BB. Grayscale: #4D4D4D. Windows color (decimal): -2553788 or 4458713. OLE color: 4458713.

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

Color convert

RGB 217 8 68 -
CMYK 0 0.96 0.69 0.15
HSL 342.78º 0.93% 0.44% -
HSV(B) 342.78º 0.96% 0.85% -
XYZ 29.75 15.34 6.86 -
YUV 77.33 122.74 227.62 -
System Red Green Blue C M Y K H S L
Decimal 217 8 68 0 0.96 0.69 0.15 342.78 0.93 0.44
Hex D9 8 44 0 60 45 F 157 5D 2C
Octal 331 10 104 0 140 105 17 527 135 54
Binary 11011001 1000 1000100 0 1100000 1000101 1111 101010111 1011101 101100

Color Harmonies of #D90844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90844

Black with #D90844

Text Example


Text Example

White with #D90844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90844; }

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

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

background-color css

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

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

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

border-color css

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

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

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