Html Css Color HEX #D93037 Alizarin

📋 copy color: '#D93037'

red 217 ◦ green 48 ◦ blue 55

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

Shades of Alizarin #D93037

Tints of Alizarin #D93037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 67.81%
G = 15%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93037 (or 0xD93037) is known color: Alizarin. HEX triplet: D9, 30 and 37. RGB value is (217,48,55). Sum of RGB (Red+Green+Blue) = 217+48+55=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D93037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93037 is #26CFC8. Grayscale: #636363. Windows color (decimal): -2543561 or 3616985. OLE color: 3616985.

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

Color convert

RGB 217 48 55 -
CMYK 0 0.78 0.75 0.15
HSL 357.51º 0.69% 0.52% -
HSV(B) 357.51º 0.78% 0.85% -
XYZ 30.36 17.14 5.32 -
YUV 99.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 217 48 55 0 0.78 0.75 0.15 357.51 0.69 0.52
Hex D9 30 37 0 4E 4B F 166 45 34
Octal 331 60 67 0 116 113 17 546 105 64
Binary 11011001 110000 110111 0 1001110 1001011 1111 101100110 1000101 110100

Color Harmonies of #D93037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93037

Black with #D93037

Text Example


Text Example

White with #D93037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93037; }

 p { color: rgb(217,48,55); }

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

background-color css

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

 a { background-color: rgb(217,48,55); }

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

border-color css

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

 span { border-color: rgb(217,48,55); }

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