Html Css Color HEX #DD2230 Alizarin

📋 copy color: '#DD2230'

red 221 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #DD2230

Tints of Alizarin #DD2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

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

R = 72.94%
G = 11.22%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD2230 (or 0xDD2230) is known color: Alizarin. HEX triplet: DD, 22 and 30. RGB value is (221,34,48). Sum of RGB (Red+Green+Blue) = 221+34+48=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2230 is #22DDCF. Grayscale: #5B5B5B. Windows color (decimal): -2285008 or 3154653. OLE color: 3154653.

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

Color convert

RGB 221 34 48 -
CMYK 0 0.85 0.78 0.13
HSL 355.51º 0.73% 0.5% -
HSV(B) 355.51º 0.85% 0.87% -
XYZ 30.92 16.73 4.4 -
YUV 91.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 221 34 48 0 0.85 0.78 0.13 355.51 0.73 0.5
Hex DD 22 30 0 55 4E D 164 49 32
Octal 335 42 60 0 125 116 15 544 111 62
Binary 11011101 100010 110000 0 1010101 1001110 1101 101100100 1001001 110010

Color Harmonies of #DD2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2230

Black with #DD2230

Text Example


Text Example

White with #DD2230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2230; }

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

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

background-color css

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

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

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

border-color css

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

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

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