Html Css Color HEX #DD2026 Alizarin

📋 copy color: '#DD2026'

red 221 ◦ green 32 ◦ blue 38

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

Shades of Alizarin #DD2026

Tints of Alizarin #DD2026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 75.95%
G = 11%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD2026 (or 0xDD2026) is known color: Alizarin. HEX triplet: DD, 20 and 26. RGB value is (221,32,38). Sum of RGB (Red+Green+Blue) = 221+32+38=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2026 is #22DFD9. Grayscale: #595959. Windows color (decimal): -2285530 or 2498781. OLE color: 2498781.

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

Color convert

RGB 221 32 38 -
CMYK 0 0.86 0.83 0.13
HSL 358.1º 0.75% 0.5% -
HSV(B) 358.1º 0.86% 0.87% -
XYZ 30.69 16.55 3.41 -
YUV 89.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 221 32 38 0 0.86 0.83 0.13 358.1 0.75 0.5
Hex DD 20 26 0 56 53 D 166 4B 32
Octal 335 40 46 0 126 123 15 546 113 62
Binary 11011101 100000 100110 0 1010110 1010011 1101 101100110 1001011 110010

Color Harmonies of #DD2026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2026

Black with #DD2026

Text Example


Text Example

White with #DD2026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2026; }

 p { color: rgb(221,32,38); }

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

background-color css

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

 a { background-color: rgb(221,32,38); }

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

border-color css

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

 span { border-color: rgb(221,32,38); }

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