Html Css Color HEX #D93033 Alizarin

📋 copy color: '#D93033'

red 217 ◦ green 48 ◦ blue 51

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

Shades of Alizarin #D93033

Tints of Alizarin #D93033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 68.67%
G = 15.19%
B = 16.14%

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

#D93033 (or 0xD93033) is known color: Alizarin. HEX triplet: D9, 30 and 33. RGB value is (217,48,51). Sum of RGB (Red+Green+Blue) = 217+48+51=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D93033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93033 is #26CFCC. Grayscale: #636363. Windows color (decimal): -2543565 or 3354841. OLE color: 3354841.

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

Color convert

RGB 217 48 51 -
CMYK 0 0.78 0.76 0.15
HSL 358.93º 0.69% 0.52% -
HSV(B) 358.93º 0.78% 0.85% -
XYZ 30.27 17.1 4.84 -
YUV 98.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 217 48 51 0 0.78 0.76 0.15 358.93 0.69 0.52
Hex D9 30 33 0 4E 4C F 167 45 34
Octal 331 60 63 0 116 114 17 547 105 64
Binary 11011001 110000 110011 0 1001110 1001100 1111 101100111 1000101 110100

Color Harmonies of #D93033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93033

Black with #D93033

Text Example


Text Example

White with #D93033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93033; }

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

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

background-color css

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

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

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

border-color css

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

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

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