Html Css Color HEX #D9282E Alizarin

📋 copy color: '#D9282E'

red 217 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #D9282E

Tints of Alizarin #D9282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 71.62%
G = 13.2%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9282E (or 0xD9282E) is known color: Alizarin. HEX triplet: D9, 28 and 2E. RGB value is (217,40,46). Sum of RGB (Red+Green+Blue) = 217+40+46=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D9282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9282E is #26D7D1. Grayscale: #5D5D5D. Windows color (decimal): -2545618 or 3025113. OLE color: 3025113.

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

Color convert

RGB 217 40 46 -
CMYK 0 0.82 0.79 0.15
HSL 357.97º 0.7% 0.5% -
HSV(B) 357.97º 0.82% 0.85% -
XYZ 29.87 16.47 4.19 -
YUV 93.61 101.14 216.01 -
System Red Green Blue C M Y K H S L
Decimal 217 40 46 0 0.82 0.79 0.15 357.97 0.7 0.5
Hex D9 28 2E 0 52 4F F 166 46 32
Octal 331 50 56 0 122 117 17 546 106 62
Binary 11011001 101000 101110 0 1010010 1001111 1111 101100110 1000110 110010

Color Harmonies of #D9282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9282E

Black with #D9282E

Text Example


Text Example

White with #D9282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9282E; }

 p { color: rgb(217,40,46); }

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

background-color css

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

 a { background-color: rgb(217,40,46); }

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

border-color css

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

 span { border-color: rgb(217,40,46); }

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