Html Css Color HEX #D90940 Crimson

📋 copy color: '#D90940'

red 217 ◦ green 9 ◦ blue 64

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

Shades of Crimson #D90940

Tints of Crimson #D90940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 74.83%
G = 3.1%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D90940 (or 0xD90940) is known color: Crimson. HEX triplet: D9, 09 and 40. RGB value is (217,9,64). Sum of RGB (Red+Green+Blue) = 217+9+64=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D90940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90940 is #26F6BF. Grayscale: #4D4D4D. Windows color (decimal): -2553536 or 4196825. OLE color: 4196825.

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

Color convert

RGB 217 9 64 -
CMYK 0 0.96 0.71 0.15
HSL 344.13º 0.92% 0.44% -
HSV(B) 344.13º 0.96% 0.85% -
XYZ 29.64 15.32 6.24 -
YUV 77.46 120.41 227.53 -
System Red Green Blue C M Y K H S L
Decimal 217 9 64 0 0.96 0.71 0.15 344.13 0.92 0.44
Hex D9 9 40 0 60 47 F 158 5C 2C
Octal 331 11 100 0 140 107 17 530 134 54
Binary 11011001 1001 1000000 0 1100000 1000111 1111 101011000 1011100 101100

Color Harmonies of #D90940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90940

Black with #D90940

Text Example


Text Example

White with #D90940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90940; }

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

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

background-color css

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

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

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

border-color css

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

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

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