Html Css Color HEX #DD2729 Alizarin

📋 copy color: '#DD2729'

red 221 ◦ green 39 ◦ blue 41

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

Shades of Alizarin #DD2729

Tints of Alizarin #DD2729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

 BLUE value IS 41 (16.41% from 255) = 13.62%

R = 73.42%
G = 12.96%
B = 13.62%

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

#DD2729 (or 0xDD2729) is known color: Alizarin. HEX triplet: DD, 27 and 29. RGB value is (221,39,41). Sum of RGB (Red+Green+Blue) = 221+39+41=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2729 is #22D8D6. Grayscale: #5D5D5D. Windows color (decimal): -2283735 or 2697181. OLE color: 2697181.

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

Color convert

RGB 221 39 41 -
CMYK 0 0.82 0.81 0.13
HSL 359.34º 0.73% 0.51% -
HSV(B) 359.34º 0.82% 0.87% -
XYZ 30.94 16.98 3.74 -
YUV 93.65 98.3 218.84 -
System Red Green Blue C M Y K H S L
Decimal 221 39 41 0 0.82 0.81 0.13 359.34 0.73 0.51
Hex DD 27 29 0 52 51 D 167 49 33
Octal 335 47 51 0 122 121 15 547 111 63
Binary 11011101 100111 101001 0 1010010 1010001 1101 101100111 1001001 110011

Color Harmonies of #DD2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2729

Black with #DD2729

Text Example


Text Example

White with #DD2729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2729; }

 p { color: rgb(221,39,41); }

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

background-color css

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

 a { background-color: rgb(221,39,41); }

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

border-color css

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

 span { border-color: rgb(221,39,41); }

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