Html Css Color HEX #D9293B Alizarin

📋 copy color: '#D9293B'

red 217 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #D9293B

Tints of Alizarin #D9293B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 68.45%
G = 12.93%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9293B (or 0xD9293B) is known color: Alizarin. HEX triplet: D9, 29 and 3B. RGB value is (217,41,59). Sum of RGB (Red+Green+Blue) = 217+41+59=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9293B is #26D6C4. Grayscale: #5F5F5F. Windows color (decimal): -2545349 or 3877337. OLE color: 3877337.

HSL color Cylindrical-coordinate representation of color #D9293B: hue angle of 353.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9293B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 59 -
CMYK 0 0.81 0.73 0.15
HSL 353.86º 0.7% 0.51% -
HSV(B) 353.86º 0.81% 0.85% -
XYZ 30.2 16.65 5.76 -
YUV 95.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 217 41 59 0 0.81 0.73 0.15 353.86 0.7 0.51
Hex D9 29 3B 0 51 49 F 162 46 33
Octal 331 51 73 0 121 111 17 542 106 63
Binary 11011001 101001 111011 0 1010001 1001001 1111 101100010 1000110 110011

Color Harmonies of #D9293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9293B

Black with #D9293B

Text Example


Text Example

White with #D9293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9293B; }

 p { color: rgb(217,41,59); }

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

background-color css

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

 a { background-color: rgb(217,41,59); }

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

border-color css

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

 span { border-color: rgb(217,41,59); }

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