Html Css Color HEX #D90842 Crimson

📋 copy color: '#D90842'

red 217 ◦ green 8 ◦ blue 66

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

Shades of Crimson #D90842

Tints of Crimson #D90842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 74.57%
G = 2.75%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90842 (or 0xD90842) is known color: Crimson. HEX triplet: D9, 08 and 42. RGB value is (217,8,66). Sum of RGB (Red+Green+Blue) = 217+8+66=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D90842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90842 is #26F7BD. Grayscale: #4D4D4D. Windows color (decimal): -2553790 or 4327641. OLE color: 4327641.

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

Color convert

RGB 217 8 66 -
CMYK 0 0.96 0.70 0.15
HSL 343.35º 0.93% 0.44% -
HSV(B) 343.35º 0.96% 0.85% -
XYZ 29.69 15.32 6.55 -
YUV 77.1 121.74 227.78 -
System Red Green Blue C M Y K H S L
Decimal 217 8 66 0 0.96 0.70 0.15 343.35 0.93 0.44
Hex D9 8 42 0 60 46 F 157 5D 2C
Octal 331 10 102 0 140 106 17 527 135 54
Binary 11011001 1000 1000010 0 1100000 1000110 1111 101010111 1011101 101100

Color Harmonies of #D90842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90842

Black with #D90842

Text Example


Text Example

White with #D90842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90842; }

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

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

background-color css

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

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

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

border-color css

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

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

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