Html Css Color HEX #DD2B32 Alizarin

📋 copy color: '#DD2B32'

red 221 ◦ green 43 ◦ blue 50

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

Shades of Alizarin #DD2B32

Tints of Alizarin #DD2B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 70.38%
G = 13.69%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD2B32 (or 0xDD2B32) is known color: Alizarin. HEX triplet: DD, 2B and 32. RGB value is (221,43,50). Sum of RGB (Red+Green+Blue) = 221+43+50=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B32 is #22D4CD. Grayscale: #616161. Windows color (decimal): -2282702 or 3288029. OLE color: 3288029.

HSL color Cylindrical-coordinate representation of color #DD2B32: hue angle of 357.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B32 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 43 50 -
CMYK 0 0.81 0.77 0.13
HSL 357.64º 0.72% 0.52% -
HSV(B) 357.64º 0.81% 0.87% -
XYZ 31.26 17.33 4.72 -
YUV 97.02 101.47 216.43 -
System Red Green Blue C M Y K H S L
Decimal 221 43 50 0 0.81 0.77 0.13 357.64 0.72 0.52
Hex DD 2B 32 0 51 4D D 166 48 34
Octal 335 53 62 0 121 115 15 546 110 64
Binary 11011101 101011 110010 0 1010001 1001101 1101 101100110 1001000 110100

Color Harmonies of #DD2B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B32

Black with #DD2B32

Text Example


Text Example

White with #DD2B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B32; }

 p { color: rgb(221,43,50); }

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

background-color css

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

 a { background-color: rgb(221,43,50); }

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

border-color css

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

 span { border-color: rgb(221,43,50); }

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