Html Css Color HEX #DD242C Alizarin

📋 copy color: '#DD242C'

red 221 ◦ green 36 ◦ blue 44

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

Shades of Alizarin #DD242C

Tints of Alizarin #DD242C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 73.42%
G = 11.96%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD242C (or 0xDD242C) is known color: Alizarin. HEX triplet: DD, 24 and 2C. RGB value is (221,36,44). Sum of RGB (Red+Green+Blue) = 221+36+44=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD242C is #22DBD3. Grayscale: #5C5C5C. Windows color (decimal): -2284500 or 2893021. OLE color: 2893021.

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

Color convert

RGB 221 36 44 -
CMYK 0 0.84 0.80 0.13
HSL 357.41º 0.73% 0.5% -
HSV(B) 357.41º 0.84% 0.87% -
XYZ 30.9 16.82 4 -
YUV 92.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 221 36 44 0 0.84 0.80 0.13 357.41 0.73 0.5
Hex DD 24 2C 0 54 50 D 165 49 32
Octal 335 44 54 0 124 120 15 545 111 62
Binary 11011101 100100 101100 0 1010100 1010000 1101 101100101 1001001 110010

Color Harmonies of #DD242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD242C

Black with #DD242C

Text Example


Text Example

White with #DD242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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