Html Css Color HEX #DD2831 Alizarin

📋 copy color: '#DD2831'

red 221 ◦ green 40 ◦ blue 49

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

Shades of Alizarin #DD2831

Tints of Alizarin #DD2831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 71.29%
G = 12.9%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD2831 (or 0xDD2831) is known color: Alizarin. HEX triplet: DD, 28 and 31. RGB value is (221,40,49). Sum of RGB (Red+Green+Blue) = 221+40+49=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2831 is #22D7CE. Grayscale: #5F5F5F. Windows color (decimal): -2283471 or 3221725. OLE color: 3221725.

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

Color convert

RGB 221 40 49 -
CMYK 0 0.82 0.78 0.13
HSL 357.02º 0.73% 0.51% -
HSV(B) 357.02º 0.82% 0.87% -
XYZ 31.13 17.11 4.57 -
YUV 95.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 221 40 49 0 0.82 0.78 0.13 357.02 0.73 0.51
Hex DD 28 31 0 52 4E D 165 49 33
Octal 335 50 61 0 122 116 15 545 111 63
Binary 11011101 101000 110001 0 1010010 1001110 1101 101100101 1001001 110011

Color Harmonies of #DD2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2831

Black with #DD2831

Text Example


Text Example

White with #DD2831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2831; }

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

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

background-color css

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

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

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

border-color css

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

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

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