Html Css Color HEX #D9282C Alizarin

📋 copy color: '#D9282C'

red 217 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #D9282C

Tints of Alizarin #D9282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 72.09%
G = 13.29%
B = 14.62%

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

#D9282C (or 0xD9282C) is known color: Alizarin. HEX triplet: D9, 28 and 2C. RGB value is (217,40,44). Sum of RGB (Red+Green+Blue) = 217+40+44=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9282C is #26D7D3. Grayscale: #5D5D5D. Windows color (decimal): -2545620 or 2894041. OLE color: 2894041.

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

Color convert

RGB 217 40 44 -
CMYK 0 0.82 0.80 0.15
HSL 358.64º 0.7% 0.5% -
HSV(B) 358.64º 0.82% 0.85% -
XYZ 29.83 16.45 3.99 -
YUV 93.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 217 40 44 0 0.82 0.80 0.15 358.64 0.7 0.5
Hex D9 28 2C 0 52 50 F 167 46 32
Octal 331 50 54 0 122 120 17 547 106 62
Binary 11011001 101000 101100 0 1010010 1010000 1111 101100111 1000110 110010

Color Harmonies of #D9282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9282C

Black with #D9282C

Text Example


Text Example

White with #D9282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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