Html Css Color HEX #DD3439 Alizarin

📋 copy color: '#DD3439'

red 221 ◦ green 52 ◦ blue 57

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

Shades of Alizarin #DD3439

Tints of Alizarin #DD3439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 66.97%
G = 15.76%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD3439 (or 0xDD3439) is known color: Alizarin. HEX triplet: DD, 34 and 39. RGB value is (221,52,57). Sum of RGB (Red+Green+Blue) = 221+52+57=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3439 is #22CBC6. Grayscale: #676767. Windows color (decimal): -2280391 or 3749085. OLE color: 3749085.

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

Color convert

RGB 221 52 57 -
CMYK 0 0.76 0.74 0.13
HSL 358.22º 0.71% 0.54% -
HSV(B) 358.22º 0.76% 0.87% -
XYZ 31.79 18.12 5.69 -
YUV 103.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 221 52 57 0 0.76 0.74 0.13 358.22 0.71 0.54
Hex DD 34 39 0 4C 4A D 166 47 36
Octal 335 64 71 0 114 112 15 546 107 66
Binary 11011101 110100 111001 0 1001100 1001010 1101 101100110 1000111 110110

Color Harmonies of #DD3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3439

Black with #DD3439

Text Example


Text Example

White with #DD3439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3439; }

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

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

background-color css

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

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

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

border-color css

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

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

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