Html Css Color HEX #DD1B31 Alizarin

📋 copy color: '#DD1B31'

red 221 ◦ green 27 ◦ blue 49

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

Shades of Alizarin #DD1B31

Tints of Alizarin #DD1B31

RGB

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

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

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

R = 74.41%
G = 9.09%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD1B31 (or 0xDD1B31) is known color: Alizarin. HEX triplet: DD, 1B and 31. RGB value is (221,27,49). Sum of RGB (Red+Green+Blue) = 221+27+49=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B31 is #22E4CE. Grayscale: #575757. Windows color (decimal): -2286799 or 3218397. OLE color: 3218397.

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

Color convert

RGB 221 27 49 -
CMYK 0 0.88 0.78 0.13
HSL 353.2º 0.78% 0.49% -
HSV(B) 353.2º 0.88% 0.87% -
XYZ 30.77 16.38 4.45 -
YUV 87.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 221 27 49 0 0.88 0.78 0.13 353.2 0.78 0.49
Hex DD 1B 31 0 58 4E D 161 4E 31
Octal 335 33 61 0 130 116 15 541 116 61
Binary 11011101 11011 110001 0 1011000 1001110 1101 101100001 1001110 110001

Color Harmonies of #DD1B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B31

Black with #DD1B31

Text Example


Text Example

White with #DD1B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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