Html Css Color HEX #D92134 Alizarin

📋 copy color: '#D92134'

red 217 ◦ green 33 ◦ blue 52

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

Shades of Alizarin #D92134

Tints of Alizarin #D92134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.93%

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 71.85%
G = 10.93%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D92134 (or 0xD92134) is known color: Alizarin. HEX triplet: D9, 21 and 34. RGB value is (217,33,52). Sum of RGB (Red+Green+Blue) = 217+33+52=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D92134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92134 is #26DECB. Grayscale: #5A5A5A. Windows color (decimal): -2547404 or 3416537. OLE color: 3416537.

HSL color Cylindrical-coordinate representation of color #D92134: hue angle of 353.8º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92134 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 52 -
CMYK 0 0.85 0.76 0.15
HSL 353.8º 0.74% 0.49% -
HSV(B) 353.8º 0.85% 0.85% -
XYZ 29.78 16.09 4.78 -
YUV 90.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 217 33 52 0 0.85 0.76 0.15 353.8 0.74 0.49
Hex D9 21 34 0 55 4C F 162 4A 31
Octal 331 41 64 0 125 114 17 542 112 61
Binary 11011001 100001 110100 0 1010101 1001100 1111 101100010 1001010 110001

Color Harmonies of #D92134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92134

Black with #D92134

Text Example


Text Example

White with #D92134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92134; }

 p { color: rgb(217,33,52); }

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

background-color css

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

 a { background-color: rgb(217,33,52); }

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

border-color css

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

 span { border-color: rgb(217,33,52); }

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