Html Css Color HEX #DD3336 Alizarin

📋 copy color: '#DD3336'

red 221 ◦ green 51 ◦ blue 54

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

Shades of Alizarin #DD3336

Tints of Alizarin #DD3336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 67.79%
G = 15.64%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3336 (or 0xDD3336) is known color: Alizarin. HEX triplet: DD, 33 and 36. RGB value is (221,51,54). Sum of RGB (Red+Green+Blue) = 221+51+54=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3336 is #22CCC9. Grayscale: #666666. Windows color (decimal): -2280650 or 3552221. OLE color: 3552221.

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

Color convert

RGB 221 51 54 -
CMYK 0 0.77 0.76 0.13
HSL 358.94º 0.71% 0.53% -
HSV(B) 358.94º 0.77% 0.87% -
XYZ 31.67 18.01 5.3 -
YUV 102.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 221 51 54 0 0.77 0.76 0.13 358.94 0.71 0.53
Hex DD 33 36 0 4D 4C D 167 47 35
Octal 335 63 66 0 115 114 15 547 107 65
Binary 11011101 110011 110110 0 1001101 1001100 1101 101100111 1000111 110101

Color Harmonies of #DD3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3336

Black with #DD3336

Text Example


Text Example

White with #DD3336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3336; }

 p { color: rgb(221,51,54); }

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

background-color css

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

 a { background-color: rgb(221,51,54); }

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

border-color css

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

 span { border-color: rgb(221,51,54); }

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