Html Css Color HEX #DD1E34 Alizarin

📋 copy color: '#DD1E34'

red 221 ◦ green 30 ◦ blue 52

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

Shades of Alizarin #DD1E34

Tints of Alizarin #DD1E34

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.9%

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

R = 72.94%
G = 9.9%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD1E34 (or 0xDD1E34) is known color: Alizarin. HEX triplet: DD, 1E and 34. RGB value is (221,30,52). Sum of RGB (Red+Green+Blue) = 221+30+52=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E34 is #22E1CB. Grayscale: #595959. Windows color (decimal): -2286028 or 3415773. OLE color: 3415773.

HSL color Cylindrical-coordinate representation of color #DD1E34: hue angle of 353.09º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E34 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 52 -
CMYK 0 0.86 0.76 0.13
HSL 353.09º 0.76% 0.49% -
HSV(B) 353.09º 0.86% 0.87% -
XYZ 30.9 16.55 4.81 -
YUV 89.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 221 30 52 0 0.86 0.76 0.13 353.09 0.76 0.49
Hex DD 1E 34 0 56 4C D 161 4C 31
Octal 335 36 64 0 126 114 15 541 114 61
Binary 11011101 11110 110100 0 1010110 1001100 1101 101100001 1001100 110001

Color Harmonies of #DD1E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E34

Black with #DD1E34

Text Example


Text Example

White with #DD1E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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