Html Css Color HEX #DD3042 Alizarin

📋 copy color: '#DD3042'

red 221 ◦ green 48 ◦ blue 66

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

Shades of Alizarin #DD3042

Tints of Alizarin #DD3042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

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

R = 65.97%
G = 14.33%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3042 (or 0xDD3042) is known color: Alizarin. HEX triplet: DD, 30 and 42. RGB value is (221,48,66). Sum of RGB (Red+Green+Blue) = 221+48+66=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3042 is #22CFBD. Grayscale: #656565. Windows color (decimal): -2281406 or 4337885. OLE color: 4337885.

HSL color Cylindrical-coordinate representation of color #DD3042: hue angle of 353.76º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3042 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 66 -
CMYK 0 0.78 0.70 0.13
HSL 353.76º 0.72% 0.53% -
HSV(B) 353.76º 0.78% 0.87% -
XYZ 31.86 17.88 6.93 -
YUV 101.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 221 48 66 0 0.78 0.70 0.13 353.76 0.72 0.53
Hex DD 30 42 0 4E 46 D 162 48 35
Octal 335 60 102 0 116 106 15 542 110 65
Binary 11011101 110000 1000010 0 1001110 1000110 1101 101100010 1001000 110101

Color Harmonies of #DD3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3042

Black with #DD3042

Text Example


Text Example

White with #DD3042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3042; }

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

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

background-color css

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

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

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

border-color css

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

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

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