Html Css Color HEX #DD3342 Alizarin

📋 copy color: '#DD3342'

red 221 ◦ green 51 ◦ blue 66

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

Shades of Alizarin #DD3342

Tints of Alizarin #DD3342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.09%

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 65.38%
G = 15.09%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3342 (or 0xDD3342) is known color: Alizarin. HEX triplet: DD, 33 and 42. RGB value is (221,51,66). Sum of RGB (Red+Green+Blue) = 221+51+66=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3342 is #22CCBD. Grayscale: #676767. Windows color (decimal): -2280638 or 4338653. OLE color: 4338653.

HSL color Cylindrical-coordinate representation of color #DD3342: hue angle of 354.71º degrees, saturation: 0.71, 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 #DD3342 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 66 -
CMYK 0 0.77 0.70 0.13
HSL 354.71º 0.71% 0.53% -
HSV(B) 354.71º 0.77% 0.87% -
XYZ 31.99 18.13 6.97 -
YUV 103.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 221 51 66 0 0.77 0.70 0.13 354.71 0.71 0.53
Hex DD 33 42 0 4D 46 D 163 47 35
Octal 335 63 102 0 115 106 15 543 107 65
Binary 11011101 110011 1000010 0 1001101 1000110 1101 101100011 1000111 110101

Color Harmonies of #DD3342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3342

Black with #DD3342

Text Example


Text Example

White with #DD3342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3342; }

 p { color: rgb(221,51,66); }

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

background-color css

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

 a { background-color: rgb(221,51,66); }

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

border-color css

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

 span { border-color: rgb(221,51,66); }

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