Html Css Color HEX #D9293A Alizarin

📋 copy color: '#D9293A'

red 217 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #D9293A

Tints of Alizarin #D9293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 68.67%
G = 12.97%
B = 18.35%

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

#D9293A (or 0xD9293A) is known color: Alizarin. HEX triplet: D9, 29 and 3A. RGB value is (217,41,58). Sum of RGB (Red+Green+Blue) = 217+41+58=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9293A is #26D6C5. Grayscale: #5F5F5F. Windows color (decimal): -2545350 or 3811801. OLE color: 3811801.

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

Color convert

RGB 217 41 58 -
CMYK 0 0.81 0.73 0.15
HSL 354.2º 0.7% 0.51% -
HSV(B) 354.2º 0.81% 0.85% -
XYZ 30.17 16.64 5.63 -
YUV 95.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 217 41 58 0 0.81 0.73 0.15 354.2 0.7 0.51
Hex D9 29 3A 0 51 49 F 162 46 33
Octal 331 51 72 0 121 111 17 542 106 63
Binary 11011001 101001 111010 0 1010001 1001001 1111 101100010 1000110 110011

Color Harmonies of #D9293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9293A

Black with #D9293A

Text Example


Text Example

White with #D9293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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