Html Css Color HEX #DD2340 Alizarin

📋 copy color: '#DD2340'

red 221 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #DD2340

Tints of Alizarin #DD2340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

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

R = 69.06%
G = 10.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2340 (or 0xDD2340) is known color: Alizarin. HEX triplet: DD, 23 and 40. RGB value is (221,35,64). Sum of RGB (Red+Green+Blue) = 221+35+64=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2340 is #22DCBF. Grayscale: #5D5D5D. Windows color (decimal): -2284736 or 4203485. OLE color: 4203485.

HSL color Cylindrical-coordinate representation of color #DD2340: hue angle of 350.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2340 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 35 64 -
CMYK 0 0.84 0.71 0.13
HSL 350.65º 0.73% 0.5% -
HSV(B) 350.65º 0.84% 0.87% -
XYZ 31.35 16.94 6.47 -
YUV 93.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 221 35 64 0 0.84 0.71 0.13 350.65 0.73 0.5
Hex DD 23 40 0 54 47 D 15F 49 32
Octal 335 43 100 0 124 107 15 537 111 62
Binary 11011101 100011 1000000 0 1010100 1000111 1101 101011111 1001001 110010

Color Harmonies of #DD2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2340

Black with #DD2340

Text Example


Text Example

White with #DD2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2340; }

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

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

background-color css

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

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

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

border-color css

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

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

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