Html Css Color HEX #DD333C Alizarin

📋 copy color: '#DD333C'

red 221 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #DD333C

Tints of Alizarin #DD333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 66.57%
G = 15.36%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD333C (or 0xDD333C) is known color: Alizarin. HEX triplet: DD, 33 and 3C. RGB value is (221,51,60). Sum of RGB (Red+Green+Blue) = 221+51+60=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD333C is #22CCC3. Grayscale: #666666. Windows color (decimal): -2280644 or 3945437. OLE color: 3945437.

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

Color convert

RGB 221 51 60 -
CMYK 0 0.77 0.73 0.13
HSL 356.82º 0.71% 0.53% -
HSV(B) 356.82º 0.77% 0.87% -
XYZ 31.82 18.07 6.09 -
YUV 102.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 221 51 60 0 0.77 0.73 0.13 356.82 0.71 0.53
Hex DD 33 3C 0 4D 49 D 165 47 35
Octal 335 63 74 0 115 111 15 545 107 65
Binary 11011101 110011 111100 0 1001101 1001001 1101 101100101 1000111 110101

Color Harmonies of #DD333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD333C

Black with #DD333C

Text Example


Text Example

White with #DD333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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