Html Css Color HEX #DD3240 Alizarin

📋 copy color: '#DD3240'

red 221 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #DD3240

Tints of Alizarin #DD3240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 65.97%
G = 14.93%
B = 19.1%

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

#DD3240 (or 0xDD3240) is known color: Alizarin. HEX triplet: DD, 32 and 40. RGB value is (221,50,64). Sum of RGB (Red+Green+Blue) = 221+50+64=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3240 is #22CDBF. Grayscale: #666666. Windows color (decimal): -2280896 or 4207325. OLE color: 4207325.

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

Color convert

RGB 221 50 64 -
CMYK 0 0.77 0.71 0.13
HSL 355.09º 0.72% 0.53% -
HSV(B) 355.09º 0.77% 0.87% -
XYZ 31.88 18.02 6.65 -
YUV 102.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 221 50 64 0 0.77 0.71 0.13 355.09 0.72 0.53
Hex DD 32 40 0 4D 47 D 163 48 35
Octal 335 62 100 0 115 107 15 543 110 65
Binary 11011101 110010 1000000 0 1001101 1000111 1101 101100011 1001000 110101

Color Harmonies of #DD3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3240

Black with #DD3240

Text Example


Text Example

White with #DD3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3240; }

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

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

background-color css

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

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

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

border-color css

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

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

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