Html Css Color HEX #DD3334 Alizarin

📋 copy color: '#DD3334'

red 221 ◦ green 51 ◦ blue 52

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

Shades of Alizarin #DD3334

Tints of Alizarin #DD3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 68.21%
G = 15.74%
B = 16.05%

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

#DD3334 (or 0xDD3334) is known color: Alizarin. HEX triplet: DD, 33 and 34. RGB value is (221,51,52). Sum of RGB (Red+Green+Blue) = 221+51+52=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3334 is #22CCCB. Grayscale: #666666. Windows color (decimal): -2280652 or 3421149. OLE color: 3421149.

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

Color convert

RGB 221 51 52 -
CMYK 0 0.77 0.76 0.13
HSL 359.65º 0.71% 0.53% -
HSV(B) 359.65º 0.77% 0.87% -
XYZ 31.62 17.99 5.05 -
YUV 101.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 221 51 52 0 0.77 0.76 0.13 359.65 0.71 0.53
Hex DD 33 34 0 4D 4C D 168 47 35
Octal 335 63 64 0 115 114 15 550 107 65
Binary 11011101 110011 110100 0 1001101 1001100 1101 101101000 1000111 110101

Color Harmonies of #DD3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3334

Black with #DD3334

Text Example


Text Example

White with #DD3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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