Html Css Color HEX #DD1B2E Alizarin

📋 copy color: '#DD1B2E'

red 221 ◦ green 27 ◦ blue 46

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

Shades of Alizarin #DD1B2E

Tints of Alizarin #DD1B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.18%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 75.17%
G = 9.18%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD1B2E (or 0xDD1B2E) is known color: Alizarin. HEX triplet: DD, 1B and 2E. RGB value is (221,27,46). Sum of RGB (Red+Green+Blue) = 221+27+46=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B2E is #22E4D1. Grayscale: #575757. Windows color (decimal): -2286802 or 3021789. OLE color: 3021789.

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

Color convert

RGB 221 27 46 -
CMYK 0 0.88 0.79 0.13
HSL 354.12º 0.78% 0.49% -
HSV(B) 354.12º 0.88% 0.87% -
XYZ 30.7 16.35 4.12 -
YUV 87.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 221 27 46 0 0.88 0.79 0.13 354.12 0.78 0.49
Hex DD 1B 2E 0 58 4F D 162 4E 31
Octal 335 33 56 0 130 117 15 542 116 61
Binary 11011101 11011 101110 0 1011000 1001111 1101 101100010 1001110 110001

Color Harmonies of #DD1B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B2E

Black with #DD1B2E

Text Example


Text Example

White with #DD1B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B2E; }

 p { color: rgb(221,27,46); }

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

background-color css

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

 a { background-color: rgb(221,27,46); }

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

border-color css

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

 span { border-color: rgb(221,27,46); }

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