Html Css Color HEX #D92A39 Alizarin

📋 copy color: '#D92A39'

red 217 ◦ green 42 ◦ blue 57

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

Shades of Alizarin #D92A39

Tints of Alizarin #D92A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.04%

R = 68.67%
G = 13.29%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D92A39 (or 0xD92A39) is known color: Alizarin. HEX triplet: D9, 2A and 39. RGB value is (217,42,57). Sum of RGB (Red+Green+Blue) = 217+42+57=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A39 is #26D5C6. Grayscale: #606060. Windows color (decimal): -2545095 or 3746521. OLE color: 3746521.

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

Color convert

RGB 217 42 57 -
CMYK 0 0.81 0.74 0.15
HSL 354.86º 0.7% 0.51% -
HSV(B) 354.86º 0.81% 0.85% -
XYZ 30.18 16.7 5.5 -
YUV 96.04 105.98 214.28 -
System Red Green Blue C M Y K H S L
Decimal 217 42 57 0 0.81 0.74 0.15 354.86 0.7 0.51
Hex D9 2A 39 0 51 4A F 163 46 33
Octal 331 52 71 0 121 112 17 543 106 63
Binary 11011001 101010 111001 0 1010001 1001010 1111 101100011 1000110 110011

Color Harmonies of #D92A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A39

Black with #D92A39

Text Example


Text Example

White with #D92A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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