Html Css Color HEX #DD242E Alizarin

📋 copy color: '#DD242E'

red 221 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #DD242E

Tints of Alizarin #DD242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 72.94%
G = 11.88%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD242E (or 0xDD242E) is known color: Alizarin. HEX triplet: DD, 24 and 2E. RGB value is (221,36,46). Sum of RGB (Red+Green+Blue) = 221+36+46=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD242E is #22DBD1. Grayscale: #5C5C5C. Windows color (decimal): -2284498 or 3024093. OLE color: 3024093.

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

Color convert

RGB 221 36 46 -
CMYK 0 0.84 0.79 0.13
HSL 356.76º 0.73% 0.5% -
HSV(B) 356.76º 0.84% 0.87% -
XYZ 30.94 16.83 4.2 -
YUV 92.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 221 36 46 0 0.84 0.79 0.13 356.76 0.73 0.5
Hex DD 24 2E 0 54 4F D 165 49 32
Octal 335 44 56 0 124 117 15 545 111 62
Binary 11011101 100100 101110 0 1010100 1001111 1101 101100101 1001001 110010

Color Harmonies of #DD242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD242E

Black with #DD242E

Text Example


Text Example

White with #DD242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD242E; }

 p { color: rgb(221,36,46); }

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

background-color css

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

 a { background-color: rgb(221,36,46); }

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

border-color css

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

 span { border-color: rgb(221,36,46); }

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