Html Css Color HEX #D9293C Alizarin

📋 copy color: '#D9293C'

red 217 ◦ green 41 ◦ blue 60

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

Shades of Alizarin #D9293C

Tints of Alizarin #D9293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 68.24%
G = 12.89%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9293C (or 0xD9293C) is known color: Alizarin. HEX triplet: D9, 29 and 3C. RGB value is (217,41,60). Sum of RGB (Red+Green+Blue) = 217+41+60=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9293C is #26D6C3. Grayscale: #5F5F5F. Windows color (decimal): -2545348 or 3942873. OLE color: 3942873.

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

Color convert

RGB 217 41 60 -
CMYK 0 0.81 0.72 0.15
HSL 353.52º 0.7% 0.51% -
HSV(B) 353.52º 0.81% 0.85% -
XYZ 30.22 16.66 5.9 -
YUV 95.79 107.81 214.46 -
System Red Green Blue C M Y K H S L
Decimal 217 41 60 0 0.81 0.72 0.15 353.52 0.7 0.51
Hex D9 29 3C 0 51 48 F 162 46 33
Octal 331 51 74 0 121 110 17 542 106 63
Binary 11011001 101001 111100 0 1010001 1001000 1111 101100010 1000110 110011

Color Harmonies of #D9293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9293C

Black with #D9293C

Text Example


Text Example

White with #D9293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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