Html Css Color HEX #DD333F Alizarin

📋 copy color: '#DD333F'

red 221 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #DD333F

Tints of Alizarin #DD333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 65.97%
G = 15.22%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD333F (or 0xDD333F) is known color: Alizarin. HEX triplet: DD, 33 and 3F. RGB value is (221,51,63). Sum of RGB (Red+Green+Blue) = 221+51+63=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD333F is #22CCC0. Grayscale: #676767. Windows color (decimal): -2280641 or 4142045. OLE color: 4142045.

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

Color convert

RGB 221 51 63 -
CMYK 0 0.77 0.71 0.13
HSL 355.76º 0.71% 0.53% -
HSV(B) 355.76º 0.77% 0.87% -
XYZ 31.9 18.1 6.51 -
YUV 103.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 221 51 63 0 0.77 0.71 0.13 355.76 0.71 0.53
Hex DD 33 3F 0 4D 47 D 164 47 35
Octal 335 63 77 0 115 107 15 544 107 65
Binary 11011101 110011 111111 0 1001101 1000111 1101 101100100 1000111 110101

Color Harmonies of #DD333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD333F

Black with #DD333F

Text Example


Text Example

White with #DD333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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