Html Css Color HEX #DD3039 Alizarin

📋 copy color: '#DD3039'

red 221 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #DD3039

Tints of Alizarin #DD3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

 BLUE value IS 57 (22.66% from 255) = 17.48%

R = 67.79%
G = 14.72%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD3039 (or 0xDD3039) is known color: Alizarin. HEX triplet: DD, 30 and 39. RGB value is (221,48,57). Sum of RGB (Red+Green+Blue) = 221+48+57=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3039 is #22CFC6. Grayscale: #646464. Windows color (decimal): -2281415 or 3748061. OLE color: 3748061.

HSL color Cylindrical-coordinate representation of color #DD3039: hue angle of 356.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3039 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 57 -
CMYK 0 0.78 0.74 0.13
HSL 356.88º 0.72% 0.53% -
HSV(B) 356.88º 0.78% 0.87% -
XYZ 31.61 17.78 5.64 -
YUV 100.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 221 48 57 0 0.78 0.74 0.13 356.88 0.72 0.53
Hex DD 30 39 0 4E 4A D 165 48 35
Octal 335 60 71 0 116 112 15 545 110 65
Binary 11011101 110000 111001 0 1001110 1001010 1101 101100101 1001000 110101

Color Harmonies of #DD3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3039

Black with #DD3039

Text Example


Text Example

White with #DD3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3039; }

 p { color: rgb(221,48,57); }

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

background-color css

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

 a { background-color: rgb(221,48,57); }

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

border-color css

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

 span { border-color: rgb(221,48,57); }

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