Html Css Color HEX #DD282B Alizarin

📋 copy color: '#DD282B'

red 221 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #DD282B

Tints of Alizarin #DD282B

RGB

 RED value IS 221 (86.72% from 255) = 72.7%

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

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

R = 72.7%
G = 13.16%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD282B (or 0xDD282B) is known color: Alizarin. HEX triplet: DD, 28 and 2B. RGB value is (221,40,43). Sum of RGB (Red+Green+Blue) = 221+40+43=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD282B is #22D7D4. Grayscale: #5E5E5E. Windows color (decimal): -2283477 or 2828509. OLE color: 2828509.

HSL color Cylindrical-coordinate representation of color #DD282B: hue angle of 359.01º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD282B is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 40 43 -
CMYK 0 0.82 0.81 0.13
HSL 359.01º 0.73% 0.51% -
HSV(B) 359.01º 0.82% 0.87% -
XYZ 31.01 17.06 3.94 -
YUV 94.46 98.97 218.26 -
System Red Green Blue C M Y K H S L
Decimal 221 40 43 0 0.82 0.81 0.13 359.01 0.73 0.51
Hex DD 28 2B 0 52 51 D 167 49 33
Octal 335 50 53 0 122 121 15 547 111 63
Binary 11011101 101000 101011 0 1010010 1010001 1101 101100111 1001001 110011

Color Harmonies of #DD282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD282B

Black with #DD282B

Text Example


Text Example

White with #DD282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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