Html Css Color HEX #DD343D Alizarin

📋 copy color: '#DD343D'

red 221 ◦ green 52 ◦ blue 61

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

Shades of Alizarin #DD343D

Tints of Alizarin #DD343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 66.17%
G = 15.57%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD343D (or 0xDD343D) is known color: Alizarin. HEX triplet: DD, 34 and 3D. RGB value is (221,52,61). Sum of RGB (Red+Green+Blue) = 221+52+61=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD343D is #22CBC2. Grayscale: #676767. Windows color (decimal): -2280387 or 4011229. OLE color: 4011229.

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

Color convert

RGB 221 52 61 -
CMYK 0 0.76 0.72 0.13
HSL 356.8º 0.71% 0.54% -
HSV(B) 356.8º 0.76% 0.87% -
XYZ 31.89 18.17 6.24 -
YUV 103.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 221 52 61 0 0.76 0.72 0.13 356.8 0.71 0.54
Hex DD 34 3D 0 4C 48 D 165 47 36
Octal 335 64 75 0 114 110 15 545 107 66
Binary 11011101 110100 111101 0 1001100 1001000 1101 101100101 1000111 110110

Color Harmonies of #DD343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD343D

Black with #DD343D

Text Example


Text Example

White with #DD343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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