Html Css Color HEX #DD3043 Alizarin

📋 copy color: '#DD3043'

red 221 ◦ green 48 ◦ blue 67

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

Shades of Alizarin #DD3043

Tints of Alizarin #DD3043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.94%

R = 65.77%
G = 14.29%
B = 19.94%

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

#DD3043 (or 0xDD3043) is known color: Alizarin. HEX triplet: DD, 30 and 43. RGB value is (221,48,67). Sum of RGB (Red+Green+Blue) = 221+48+67=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3043 is #22CFBC. Grayscale: #656565. Windows color (decimal): -2281405 or 4403421. OLE color: 4403421.

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

Color convert

RGB 221 48 67 -
CMYK 0 0.78 0.70 0.13
HSL 353.41º 0.72% 0.53% -
HSV(B) 353.41º 0.78% 0.87% -
XYZ 31.89 17.89 7.08 -
YUV 101.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 221 48 67 0 0.78 0.70 0.13 353.41 0.72 0.53
Hex DD 30 43 0 4E 46 D 161 48 35
Octal 335 60 103 0 116 106 15 541 110 65
Binary 11011101 110000 1000011 0 1001110 1000110 1101 101100001 1001000 110101

Color Harmonies of #DD3043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3043

Black with #DD3043

Text Example


Text Example

White with #DD3043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3043; }

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

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

background-color css

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

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

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

border-color css

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

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

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