Html Css Color HEX #DD3236 Alizarin

📋 copy color: '#DD3236'

red 221 ◦ green 50 ◦ blue 54

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

Shades of Alizarin #DD3236

Tints of Alizarin #DD3236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

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

R = 68%
G = 15.38%
B = 16.62%

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

#DD3236 (or 0xDD3236) is known color: Alizarin. HEX triplet: DD, 32 and 36. RGB value is (221,50,54). Sum of RGB (Red+Green+Blue) = 221+50+54=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3236 is #22CDC9. Grayscale: #656565. Windows color (decimal): -2280906 or 3551965. OLE color: 3551965.

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

Color convert

RGB 221 50 54 -
CMYK 0 0.77 0.76 0.13
HSL 358.6º 0.72% 0.53% -
HSV(B) 358.6º 0.77% 0.87% -
XYZ 31.63 17.92 5.28 -
YUV 101.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 221 50 54 0 0.77 0.76 0.13 358.6 0.72 0.53
Hex DD 32 36 0 4D 4C D 167 48 35
Octal 335 62 66 0 115 114 15 547 110 65
Binary 11011101 110010 110110 0 1001101 1001100 1101 101100111 1001000 110101

Color Harmonies of #DD3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3236

Black with #DD3236

Text Example


Text Example

White with #DD3236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3236; }

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

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

background-color css

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

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

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

border-color css

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

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

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