Html Css Color HEX #D93139 Alizarin

📋 copy color: '#D93139'

red 217 ◦ green 49 ◦ blue 57

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

Shades of Alizarin #D93139

Tints of Alizarin #D93139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

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

R = 67.18%
G = 15.17%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D93139 (or 0xD93139) is known color: Alizarin. HEX triplet: D9, 31 and 39. RGB value is (217,49,57). Sum of RGB (Red+Green+Blue) = 217+49+57=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D93139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93139 is #26CEC6. Grayscale: #646464. Windows color (decimal): -2543303 or 3748313. OLE color: 3748313.

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

Color convert

RGB 217 49 57 -
CMYK 0 0.77 0.74 0.15
HSL 357.14º 0.69% 0.52% -
HSV(B) 357.14º 0.77% 0.85% -
XYZ 30.45 17.24 5.59 -
YUV 100.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 217 49 57 0 0.77 0.74 0.15 357.14 0.69 0.52
Hex D9 31 39 0 4D 4A F 165 45 34
Octal 331 61 71 0 115 112 17 545 105 64
Binary 11011001 110001 111001 0 1001101 1001010 1111 101100101 1000101 110100

Color Harmonies of #D93139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93139

Black with #D93139

Text Example


Text Example

White with #D93139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93139; }

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

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

background-color css

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

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

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

border-color css

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

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

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