Html Css Color HEX #D90946 Crimson

📋 copy color: '#D90946'

red 217 ◦ green 9 ◦ blue 70

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

Shades of Crimson #D90946

Tints of Crimson #D90946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 73.31%
G = 3.04%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D90946 (or 0xD90946) is known color: Crimson. HEX triplet: D9, 09 and 46. RGB value is (217,9,70). Sum of RGB (Red+Green+Blue) = 217+9+70=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D90946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90946 is #26F6B9. Grayscale: #4E4E4E. Windows color (decimal): -2553530 or 4590041. OLE color: 4590041.

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

Color convert

RGB 217 9 70 -
CMYK 0 0.96 0.68 0.15
HSL 342.4º 0.92% 0.44% -
HSV(B) 342.4º 0.96% 0.85% -
XYZ 29.82 15.39 7.19 -
YUV 78.15 123.41 227.04 -
System Red Green Blue C M Y K H S L
Decimal 217 9 70 0 0.96 0.68 0.15 342.4 0.92 0.44
Hex D9 9 46 0 60 44 F 156 5C 2C
Octal 331 11 106 0 140 104 17 526 134 54
Binary 11011001 1001 1000110 0 1100000 1000100 1111 101010110 1011100 101100

Color Harmonies of #D90946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90946

Black with #D90946

Text Example


Text Example

White with #D90946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90946; }

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

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

background-color css

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

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

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

border-color css

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

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

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