Html Css Color HEX #D93034 Alizarin

📋 copy color: '#D93034'

red 217 ◦ green 48 ◦ blue 52

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

Shades of Alizarin #D93034

Tints of Alizarin #D93034

RGB

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

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

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

R = 68.45%
G = 15.14%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93034 (or 0xD93034) is known color: Alizarin. HEX triplet: D9, 30 and 34. RGB value is (217,48,52). Sum of RGB (Red+Green+Blue) = 217+48+52=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D93034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93034 is #26CFCB. Grayscale: #636363. Windows color (decimal): -2543564 or 3420377. OLE color: 3420377.

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

Color convert

RGB 217 48 52 -
CMYK 0 0.78 0.76 0.15
HSL 358.58º 0.69% 0.52% -
HSV(B) 358.58º 0.78% 0.85% -
XYZ 30.29 17.11 4.96 -
YUV 98.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 217 48 52 0 0.78 0.76 0.15 358.58 0.69 0.52
Hex D9 30 34 0 4E 4C F 167 45 34
Octal 331 60 64 0 116 114 17 547 105 64
Binary 11011001 110000 110100 0 1001110 1001100 1111 101100111 1000101 110100

Color Harmonies of #D93034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93034

Black with #D93034

Text Example


Text Example

White with #D93034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93034; }

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

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

background-color css

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

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

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

border-color css

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

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

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