Html Css Color HEX #DD2930 Alizarin

📋 copy color: '#DD2930'

red 221 ◦ green 41 ◦ blue 48

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

Shades of Alizarin #DD2930

Tints of Alizarin #DD2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 71.29%
G = 13.23%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD2930 (or 0xDD2930) is known color: Alizarin. HEX triplet: DD, 29 and 30. RGB value is (221,41,48). Sum of RGB (Red+Green+Blue) = 221+41+48=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2930 is #22D6CF. Grayscale: #5F5F5F. Windows color (decimal): -2283216 or 3156445. OLE color: 3156445.

HSL color Cylindrical-coordinate representation of color #DD2930: hue angle of 357.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2930 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 48 -
CMYK 0 0.81 0.78 0.13
HSL 357.67º 0.73% 0.51% -
HSV(B) 357.67º 0.81% 0.87% -
XYZ 31.15 17.17 4.47 -
YUV 95.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 221 41 48 0 0.81 0.78 0.13 357.67 0.73 0.51
Hex DD 29 30 0 51 4E D 166 49 33
Octal 335 51 60 0 121 116 15 546 111 63
Binary 11011101 101001 110000 0 1010001 1001110 1101 101100110 1001001 110011

Color Harmonies of #DD2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2930

Black with #DD2930

Text Example


Text Example

White with #DD2930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2930; }

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

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

background-color css

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

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

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

border-color css

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

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

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