Html Css Color HEX #DD2833 Alizarin

📋 copy color: '#DD2833'

red 221 ◦ green 40 ◦ blue 51

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

Shades of Alizarin #DD2833

Tints of Alizarin #DD2833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 70.83%
G = 12.82%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD2833 (or 0xDD2833) is known color: Alizarin. HEX triplet: DD, 28 and 33. RGB value is (221,40,51). Sum of RGB (Red+Green+Blue) = 221+40+51=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2833 is #22D7CC. Grayscale: #5F5F5F. Windows color (decimal): -2283469 or 3352797. OLE color: 3352797.

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

Color convert

RGB 221 40 51 -
CMYK 0 0.82 0.77 0.13
HSL 356.35º 0.73% 0.51% -
HSV(B) 356.35º 0.82% 0.87% -
XYZ 31.18 17.13 4.8 -
YUV 95.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 221 40 51 0 0.82 0.77 0.13 356.35 0.73 0.51
Hex DD 28 33 0 52 4D D 164 49 33
Octal 335 50 63 0 122 115 15 544 111 63
Binary 11011101 101000 110011 0 1010010 1001101 1101 101100100 1001001 110011

Color Harmonies of #DD2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2833

Black with #DD2833

Text Example


Text Example

White with #DD2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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