Html Css Color HEX #DD2A32 Alizarin

📋 copy color: '#DD2A32'

red 221 ◦ green 42 ◦ blue 50

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

Shades of Alizarin #DD2A32

Tints of Alizarin #DD2A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

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

R = 70.61%
G = 13.42%
B = 15.97%

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

#DD2A32 (or 0xDD2A32) is known color: Alizarin. HEX triplet: DD, 2A and 32. RGB value is (221,42,50). Sum of RGB (Red+Green+Blue) = 221+42+50=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A32 is #22D5CD. Grayscale: #606060. Windows color (decimal): -2282958 or 3287773. OLE color: 3287773.

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

Color convert

RGB 221 42 50 -
CMYK 0 0.81 0.77 0.13
HSL 357.32º 0.72% 0.52% -
HSV(B) 357.32º 0.81% 0.87% -
XYZ 31.22 17.26 4.7 -
YUV 96.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 221 42 50 0 0.81 0.77 0.13 357.32 0.72 0.52
Hex DD 2A 32 0 51 4D D 165 48 34
Octal 335 52 62 0 121 115 15 545 110 64
Binary 11011101 101010 110010 0 1010001 1001101 1101 101100101 1001000 110100

Color Harmonies of #DD2A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A32

Black with #DD2A32

Text Example


Text Example

White with #DD2A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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