Html Css Color HEX #D9293E Alizarin

📋 copy color: '#D9293E'

red 217 ◦ green 41 ◦ blue 62

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

Shades of Alizarin #D9293E

Tints of Alizarin #D9293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 67.81%
G = 12.81%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9293E (or 0xD9293E) is known color: Alizarin. HEX triplet: D9, 29 and 3E. RGB value is (217,41,62). Sum of RGB (Red+Green+Blue) = 217+41+62=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D9293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9293E is #26D6C1. Grayscale: #606060. Windows color (decimal): -2545346 or 4073945. OLE color: 4073945.

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

Color convert

RGB 217 41 62 -
CMYK 0 0.81 0.71 0.15
HSL 352.84º 0.7% 0.51% -
HSV(B) 352.84º 0.81% 0.85% -
XYZ 30.28 16.69 6.18 -
YUV 96.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 217 41 62 0 0.81 0.71 0.15 352.84 0.7 0.51
Hex D9 29 3E 0 51 47 F 161 46 33
Octal 331 51 76 0 121 107 17 541 106 63
Binary 11011001 101001 111110 0 1010001 1000111 1111 101100001 1000110 110011

Color Harmonies of #D9293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9293E

Black with #D9293E

Text Example


Text Example

White with #D9293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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