Html Css Color HEX #D90742 Crimson

📋 copy color: '#D90742'

red 217 ◦ green 7 ◦ blue 66

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

Shades of Crimson #D90742

Tints of Crimson #D90742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 74.83%
G = 2.41%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90742 (or 0xD90742) is known color: Crimson. HEX triplet: D9, 07 and 42. RGB value is (217,7,66). Sum of RGB (Red+Green+Blue) = 217+7+66=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D90742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90742 is #26F8BD. Grayscale: #4C4C4C. Windows color (decimal): -2554046 or 4327385. OLE color: 4327385.

HSL color Cylindrical-coordinate representation of color #D90742: hue angle of 343.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90742 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 7 66 -
CMYK 0 0.97 0.70 0.15
HSL 343.14º 0.94% 0.44% -
HSV(B) 343.14º 0.97% 0.85% -
XYZ 29.67 15.3 6.54 -
YUV 76.52 122.07 228.2 -
System Red Green Blue C M Y K H S L
Decimal 217 7 66 0 0.97 0.70 0.15 343.14 0.94 0.44
Hex D9 7 42 0 61 46 F 157 5E 2C
Octal 331 7 102 0 141 106 17 527 136 54
Binary 11011001 111 1000010 0 1100001 1000110 1111 101010111 1011110 101100

Color Harmonies of #D90742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90742

Black with #D90742

Text Example


Text Example

White with #D90742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90742; }

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

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

background-color css

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

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

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

border-color css

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

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

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