Html Css Color HEX #DD333D Alizarin

📋 copy color: '#DD333D'

red 221 ◦ green 51 ◦ blue 61

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

Shades of Alizarin #DD333D

Tints of Alizarin #DD333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 66.37%
G = 15.32%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD333D (or 0xDD333D) is known color: Alizarin. HEX triplet: DD, 33 and 3D. RGB value is (221,51,61). Sum of RGB (Red+Green+Blue) = 221+51+61=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD333D is #22CCC2. Grayscale: #676767. Windows color (decimal): -2280643 or 4010973. OLE color: 4010973.

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

Color convert

RGB 221 51 61 -
CMYK 0 0.77 0.72 0.13
HSL 356.47º 0.71% 0.53% -
HSV(B) 356.47º 0.77% 0.87% -
XYZ 31.84 18.08 6.23 -
YUV 102.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 221 51 61 0 0.77 0.72 0.13 356.47 0.71 0.53
Hex DD 33 3D 0 4D 48 D 164 47 35
Octal 335 63 75 0 115 110 15 544 107 65
Binary 11011101 110011 111101 0 1001101 1001000 1101 101100100 1000111 110101

Color Harmonies of #DD333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD333D

Black with #DD333D

Text Example


Text Example

White with #DD333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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