Html Css Color HEX #DD3340 Alizarin

📋 copy color: '#DD3340'

red 221 ◦ green 51 ◦ blue 64

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

Shades of Alizarin #DD3340

Tints of Alizarin #DD3340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.05%

R = 65.77%
G = 15.18%
B = 19.05%

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

#DD3340 (or 0xDD3340) is known color: Alizarin. HEX triplet: DD, 33 and 40. RGB value is (221,51,64). Sum of RGB (Red+Green+Blue) = 221+51+64=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3340 is #22CCBF. Grayscale: #676767. Windows color (decimal): -2280640 or 4207581. OLE color: 4207581.

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

Color convert

RGB 221 51 64 -
CMYK 0 0.77 0.71 0.13
HSL 355.41º 0.71% 0.53% -
HSV(B) 355.41º 0.77% 0.87% -
XYZ 31.93 18.11 6.66 -
YUV 103.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 221 51 64 0 0.77 0.71 0.13 355.41 0.71 0.53
Hex DD 33 40 0 4D 47 D 163 47 35
Octal 335 63 100 0 115 107 15 543 107 65
Binary 11011101 110011 1000000 0 1001101 1000111 1101 101100011 1000111 110101

Color Harmonies of #DD3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3340

Black with #DD3340

Text Example


Text Example

White with #DD3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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