Html Css Color HEX #DD343B Alizarin

📋 copy color: '#DD343B'

red 221 ◦ green 52 ◦ blue 59

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

Shades of Alizarin #DD343B

Tints of Alizarin #DD343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 66.57%
G = 15.66%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD343B (or 0xDD343B) is known color: Alizarin. HEX triplet: DD, 34 and 3B. RGB value is (221,52,59). Sum of RGB (Red+Green+Blue) = 221+52+59=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD343B is #22CBC4. Grayscale: #676767. Windows color (decimal): -2280389 or 3880157. OLE color: 3880157.

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

Color convert

RGB 221 52 59 -
CMYK 0 0.76 0.73 0.13
HSL 357.51º 0.71% 0.54% -
HSV(B) 357.51º 0.76% 0.87% -
XYZ 31.84 18.14 5.96 -
YUV 103.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 221 52 59 0 0.76 0.73 0.13 357.51 0.71 0.54
Hex DD 34 3B 0 4C 49 D 166 47 36
Octal 335 64 73 0 114 111 15 546 107 66
Binary 11011101 110100 111011 0 1001100 1001001 1101 101100110 1000111 110110

Color Harmonies of #DD343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD343B

Black with #DD343B

Text Example


Text Example

White with #DD343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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