Html Css Color HEX #D93039 Alizarin

📋 copy color: '#D93039'

red 217 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #D93039

Tints of Alizarin #D93039

RGB

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

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

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

R = 67.39%
G = 14.91%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D93039 (or 0xD93039) is known color: Alizarin. HEX triplet: D9, 30 and 39. RGB value is (217,48,57). Sum of RGB (Red+Green+Blue) = 217+48+57=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D93039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93039 is #26CFC6. Grayscale: #636363. Windows color (decimal): -2543559 or 3748057. OLE color: 3748057.

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

Color convert

RGB 217 48 57 -
CMYK 0 0.78 0.74 0.15
HSL 356.8º 0.69% 0.52% -
HSV(B) 356.8º 0.78% 0.85% -
XYZ 30.41 17.16 5.58 -
YUV 99.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 217 48 57 0 0.78 0.74 0.15 356.8 0.69 0.52
Hex D9 30 39 0 4E 4A F 165 45 34
Octal 331 60 71 0 116 112 17 545 105 64
Binary 11011001 110000 111001 0 1001110 1001010 1111 101100101 1000101 110100

Color Harmonies of #D93039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93039

Black with #D93039

Text Example


Text Example

White with #D93039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93039; }

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

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

background-color css

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

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

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

border-color css

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

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

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