Html Css Color HEX #D92E32 Alizarin

📋 copy color: '#D92E32'

red 217 ◦ green 46 ◦ blue 50

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

Shades of Alizarin #D92E32

Tints of Alizarin #D92E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.7%

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

R = 69.33%
G = 14.7%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D92E32 (or 0xD92E32) is known color: Alizarin. HEX triplet: D9, 2E and 32. RGB value is (217,46,50). Sum of RGB (Red+Green+Blue) = 217+46+50=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E32 is #26D1CD. Grayscale: #616161. Windows color (decimal): -2544078 or 3288793. OLE color: 3288793.

HSL color Cylindrical-coordinate representation of color #D92E32: hue angle of 358.6º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92E32 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 46 50 -
CMYK 0 0.79 0.77 0.15
HSL 358.6º 0.69% 0.52% -
HSV(B) 358.6º 0.79% 0.85% -
XYZ 30.17 16.94 4.7 -
YUV 97.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 217 46 50 0 0.79 0.77 0.15 358.6 0.69 0.52
Hex D9 2E 32 0 4F 4D F 167 45 34
Octal 331 56 62 0 117 115 17 547 105 64
Binary 11011001 101110 110010 0 1001111 1001101 1111 101100111 1000101 110100

Color Harmonies of #D92E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E32

Black with #D92E32

Text Example


Text Example

White with #D92E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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