Html Css Color HEX #D92A34 Alizarin

📋 copy color: '#D92A34'

red 217 ◦ green 42 ◦ blue 52

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

Shades of Alizarin #D92A34

Tints of Alizarin #D92A34

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.5%

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

R = 69.77%
G = 13.5%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D92A34 (or 0xD92A34) is known color: Alizarin. HEX triplet: D9, 2A and 34. RGB value is (217,42,52). Sum of RGB (Red+Green+Blue) = 217+42+52=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A34 is #26D5CB. Grayscale: #5F5F5F. Windows color (decimal): -2545100 or 3418841. OLE color: 3418841.

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

Color convert

RGB 217 42 52 -
CMYK 0 0.81 0.76 0.15
HSL 356.57º 0.7% 0.51% -
HSV(B) 356.57º 0.81% 0.85% -
XYZ 30.06 16.66 4.88 -
YUV 95.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 217 42 52 0 0.81 0.76 0.15 356.57 0.7 0.51
Hex D9 2A 34 0 51 4C F 165 46 33
Octal 331 52 64 0 121 114 17 545 106 63
Binary 11011001 101010 110100 0 1010001 1001100 1111 101100101 1000110 110011

Color Harmonies of #D92A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A34

Black with #D92A34

Text Example


Text Example

White with #D92A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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