Html Css Color HEX #DD3031 Alizarin

📋 copy color: '#DD3031'

red 221 ◦ green 48 ◦ blue 49

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

Shades of Alizarin #DD3031

Tints of Alizarin #DD3031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 69.5%
G = 15.09%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD3031 (or 0xDD3031) is known color: Alizarin. HEX triplet: DD, 30 and 31. RGB value is (221,48,49). Sum of RGB (Red+Green+Blue) = 221+48+49=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3031 is #22CFCE. Grayscale: #646464. Windows color (decimal): -2281423 or 3223773. OLE color: 3223773.

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

Color convert

RGB 221 48 49 -
CMYK 0 0.78 0.78 0.13
HSL 359.65º 0.72% 0.53% -
HSV(B) 359.65º 0.78% 0.87% -
XYZ 31.43 17.71 4.67 -
YUV 99.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 221 48 49 0 0.78 0.78 0.13 359.65 0.72 0.53
Hex DD 30 31 0 4E 4E D 168 48 35
Octal 335 60 61 0 116 116 15 550 110 65
Binary 11011101 110000 110001 0 1001110 1001110 1101 101101000 1001000 110101

Color Harmonies of #DD3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3031

Black with #DD3031

Text Example


Text Example

White with #DD3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3031; }

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

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

background-color css

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

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

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

border-color css

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

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

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