Html Css Color HEX #DD3034 Alizarin

📋 copy color: '#DD3034'

red 221 ◦ green 48 ◦ blue 52

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

Shades of Alizarin #DD3034

Tints of Alizarin #DD3034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 68.85%
G = 14.95%
B = 16.2%

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

#DD3034 (or 0xDD3034) is known color: Alizarin. HEX triplet: DD, 30 and 34. RGB value is (221,48,52). Sum of RGB (Red+Green+Blue) = 221+48+52=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3034 is #22CFCB. Grayscale: #646464. Windows color (decimal): -2281420 or 3420381. OLE color: 3420381.

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

Color convert

RGB 221 48 52 -
CMYK 0 0.78 0.76 0.13
HSL 358.61º 0.72% 0.53% -
HSV(B) 358.61º 0.78% 0.87% -
XYZ 31.5 17.73 5.01 -
YUV 100.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 221 48 52 0 0.78 0.76 0.13 358.61 0.72 0.53
Hex DD 30 34 0 4E 4C D 167 48 35
Octal 335 60 64 0 116 114 15 547 110 65
Binary 11011101 110000 110100 0 1001110 1001100 1101 101100111 1001000 110101

Color Harmonies of #DD3034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3034

Black with #DD3034

Text Example


Text Example

White with #DD3034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3034; }

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

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

background-color css

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

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

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

border-color css

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

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

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