Html Css Color HEX #DD3239 Alizarin

📋 copy color: '#DD3239'

red 221 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #DD3239

Tints of Alizarin #DD3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

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

R = 67.38%
G = 15.24%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD3239 (or 0xDD3239) is known color: Alizarin. HEX triplet: DD, 32 and 39. RGB value is (221,50,57). Sum of RGB (Red+Green+Blue) = 221+50+57=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3239 is #22CDC6. Grayscale: #666666. Windows color (decimal): -2280903 or 3748573. OLE color: 3748573.

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

Color convert

RGB 221 50 57 -
CMYK 0 0.77 0.74 0.13
HSL 357.54º 0.72% 0.53% -
HSV(B) 357.54º 0.77% 0.87% -
XYZ 31.7 17.95 5.66 -
YUV 101.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 221 50 57 0 0.77 0.74 0.13 357.54 0.72 0.53
Hex DD 32 39 0 4D 4A D 166 48 35
Octal 335 62 71 0 115 112 15 546 110 65
Binary 11011101 110010 111001 0 1001101 1001010 1101 101100110 1001000 110101

Color Harmonies of #DD3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3239

Black with #DD3239

Text Example


Text Example

White with #DD3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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