Html Css Color HEX #DD1B30 Alizarin

📋 copy color: '#DD1B30'

red 221 ◦ green 27 ◦ blue 48

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

Shades of Alizarin #DD1B30

Tints of Alizarin #DD1B30

RGB

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

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

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

R = 74.66%
G = 9.12%
B = 16.22%

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

#DD1B30 (or 0xDD1B30) is known color: Alizarin. HEX triplet: DD, 1B and 30. RGB value is (221,27,48). Sum of RGB (Red+Green+Blue) = 221+27+48=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B30 is #22E4CF. Grayscale: #575757. Windows color (decimal): -2286800 or 3152861. OLE color: 3152861.

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

Color convert

RGB 221 27 48 -
CMYK 0 0.88 0.78 0.13
HSL 353.51º 0.78% 0.49% -
HSV(B) 353.51º 0.88% 0.87% -
XYZ 30.74 16.37 4.34 -
YUV 87.4 105.77 223.29 -
System Red Green Blue C M Y K H S L
Decimal 221 27 48 0 0.88 0.78 0.13 353.51 0.78 0.49
Hex DD 1B 30 0 58 4E D 162 4E 31
Octal 335 33 60 0 130 116 15 542 116 61
Binary 11011101 11011 110000 0 1011000 1001110 1101 101100010 1001110 110001

Color Harmonies of #DD1B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B30

Black with #DD1B30

Text Example


Text Example

White with #DD1B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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