Html Css Color HEX #DD343C Alizarin

📋 copy color: '#DD343C'

red 221 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #DD343C

Tints of Alizarin #DD343C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 66.37%
G = 15.62%
B = 18.02%

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

#DD343C (or 0xDD343C) is known color: Alizarin. HEX triplet: DD, 34 and 3C. RGB value is (221,52,60). Sum of RGB (Red+Green+Blue) = 221+52+60=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD343C is #22CBC3. Grayscale: #676767. Windows color (decimal): -2280388 or 3945693. OLE color: 3945693.

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

Color convert

RGB 221 52 60 -
CMYK 0 0.76 0.73 0.13
HSL 357.16º 0.71% 0.54% -
HSV(B) 357.16º 0.76% 0.87% -
XYZ 31.86 18.15 6.1 -
YUV 103.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 221 52 60 0 0.76 0.73 0.13 357.16 0.71 0.54
Hex DD 34 3C 0 4C 49 D 165 47 36
Octal 335 64 74 0 114 111 15 545 107 66
Binary 11011101 110100 111100 0 1001100 1001001 1101 101100101 1000111 110110

Color Harmonies of #DD343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD343C

Black with #DD343C

Text Example


Text Example

White with #DD343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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