Html Css Color HEX #D9282B Alizarin

📋 copy color: '#D9282B'

red 217 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #D9282B

Tints of Alizarin #D9282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 72.33%
G = 13.33%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9282B (or 0xD9282B) is known color: Alizarin. HEX triplet: D9, 28 and 2B. RGB value is (217,40,43). Sum of RGB (Red+Green+Blue) = 217+40+43=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9282B is #26D7D4. Grayscale: #5D5D5D. Windows color (decimal): -2545621 or 2828505. OLE color: 2828505.

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

Color convert

RGB 217 40 43 -
CMYK 0 0.82 0.80 0.15
HSL 358.98º 0.7% 0.5% -
HSV(B) 358.98º 0.82% 0.85% -
XYZ 29.81 16.44 3.89 -
YUV 93.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 217 40 43 0 0.82 0.80 0.15 358.98 0.7 0.5
Hex D9 28 2B 0 52 50 F 167 46 32
Octal 331 50 53 0 122 120 17 547 106 62
Binary 11011001 101000 101011 0 1010010 1010000 1111 101100111 1000110 110010

Color Harmonies of #D9282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9282B

Black with #D9282B

Text Example


Text Example

White with #D9282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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