Html Css Color HEX #DD243C Alizarin

📋 copy color: '#DD243C'

red 221 ◦ green 36 ◦ blue 60

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

Shades of Alizarin #DD243C

Tints of Alizarin #DD243C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 69.72%
G = 11.36%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD243C (or 0xDD243C) is known color: Alizarin. HEX triplet: DD, 24 and 3C. RGB value is (221,36,60). Sum of RGB (Red+Green+Blue) = 221+36+60=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD243C is #22DBC3. Grayscale: #5E5E5E. Windows color (decimal): -2284484 or 3941597. OLE color: 3941597.

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

Color convert

RGB 221 36 60 -
CMYK 0 0.84 0.73 0.13
HSL 352.22º 0.73% 0.5% -
HSV(B) 352.22º 0.84% 0.87% -
XYZ 31.27 16.96 5.9 -
YUV 94.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 221 36 60 0 0.84 0.73 0.13 352.22 0.73 0.5
Hex DD 24 3C 0 54 49 D 160 49 32
Octal 335 44 74 0 124 111 15 540 111 62
Binary 11011101 100100 111100 0 1010100 1001001 1101 101100000 1001001 110010

Color Harmonies of #DD243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD243C

Black with #DD243C

Text Example


Text Example

White with #DD243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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