Html Css Color HEX #D90732 Crimson

📋 copy color: '#D90732'

red 217 ◦ green 7 ◦ blue 50

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

Shades of Crimson #D90732

Tints of Crimson #D90732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 79.2%
G = 2.55%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D90732 (or 0xD90732) is known color: Crimson. HEX triplet: D9, 07 and 32. RGB value is (217,7,50). Sum of RGB (Red+Green+Blue) = 217+7+50=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D90732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90732 is #26F8CD. Grayscale: #4A4A4A. Windows color (decimal): -2554062 or 3278809. OLE color: 3278809.

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

Color convert

RGB 217 7 50 -
CMYK 0 0.97 0.77 0.15
HSL 347.71º 0.94% 0.44% -
HSV(B) 347.71º 0.97% 0.85% -
XYZ 29.27 15.13 4.4 -
YUV 74.69 114.07 229.5 -
System Red Green Blue C M Y K H S L
Decimal 217 7 50 0 0.97 0.77 0.15 347.71 0.94 0.44
Hex D9 7 32 0 61 4D F 15C 5E 2C
Octal 331 7 62 0 141 115 17 534 136 54
Binary 11011001 111 110010 0 1100001 1001101 1111 101011100 1011110 101100

Color Harmonies of #D90732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90732

Black with #D90732

Text Example


Text Example

White with #D90732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90732; }

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

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

background-color css

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

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

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

border-color css

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

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

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