Html Css Color HEX #DD3036 Alizarin

📋 copy color: '#DD3036'

red 221 ◦ green 48 ◦ blue 54

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

Shades of Alizarin #DD3036

Tints of Alizarin #DD3036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 68.42%
G = 14.86%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3036 (or 0xDD3036) is known color: Alizarin. HEX triplet: DD, 30 and 36. RGB value is (221,48,54). Sum of RGB (Red+Green+Blue) = 221+48+54=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3036 is #22CFC9. Grayscale: #646464. Windows color (decimal): -2281418 or 3551453. OLE color: 3551453.

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

Color convert

RGB 221 48 54 -
CMYK 0 0.78 0.76 0.13
HSL 357.92º 0.72% 0.53% -
HSV(B) 357.92º 0.78% 0.87% -
XYZ 31.54 17.75 5.25 -
YUV 100.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 221 48 54 0 0.78 0.76 0.13 357.92 0.72 0.53
Hex DD 30 36 0 4E 4C D 166 48 35
Octal 335 60 66 0 116 114 15 546 110 65
Binary 11011101 110000 110110 0 1001110 1001100 1101 101100110 1001000 110101

Color Harmonies of #DD3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3036

Black with #DD3036

Text Example


Text Example

White with #DD3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3036; }

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

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

background-color css

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

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

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

border-color css

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

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

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