Html Css Color HEX #D92D34 Alizarin

📋 copy color: '#D92D34'

red 217 ◦ green 45 ◦ blue 52

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

Shades of Alizarin #D92D34

Tints of Alizarin #D92D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.33%

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

R = 69.11%
G = 14.33%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D92D34 (or 0xD92D34) is known color: Alizarin. HEX triplet: D9, 2D and 34. RGB value is (217,45,52). Sum of RGB (Red+Green+Blue) = 217+45+52=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D34 is #26D2CB. Grayscale: #616161. Windows color (decimal): -2544332 or 3419609. OLE color: 3419609.

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

Color convert

RGB 217 45 52 -
CMYK 0 0.79 0.76 0.15
HSL 357.56º 0.69% 0.51% -
HSV(B) 357.56º 0.79% 0.85% -
XYZ 30.17 16.88 4.92 -
YUV 97.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 217 45 52 0 0.79 0.76 0.15 357.56 0.69 0.51
Hex D9 2D 34 0 4F 4C F 166 45 33
Octal 331 55 64 0 117 114 17 546 105 63
Binary 11011001 101101 110100 0 1001111 1001100 1111 101100110 1000101 110011

Color Harmonies of #D92D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D34

Black with #D92D34

Text Example


Text Example

White with #D92D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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