Html Css Color HEX #DD242F Alizarin

📋 copy color: '#DD242F'

red 221 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #DD242F

Tints of Alizarin #DD242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 72.7%
G = 11.84%
B = 15.46%

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

#DD242F (or 0xDD242F) is known color: Alizarin. HEX triplet: DD, 24 and 2F. RGB value is (221,36,47). Sum of RGB (Red+Green+Blue) = 221+36+47=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD242F is #22DBD0. Grayscale: #5C5C5C. Windows color (decimal): -2284497 or 3089629. OLE color: 3089629.

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

Color convert

RGB 221 36 47 -
CMYK 0 0.84 0.79 0.13
HSL 356.43º 0.73% 0.5% -
HSV(B) 356.43º 0.84% 0.87% -
XYZ 30.96 16.84 4.31 -
YUV 92.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 221 36 47 0 0.84 0.79 0.13 356.43 0.73 0.5
Hex DD 24 2F 0 54 4F D 164 49 32
Octal 335 44 57 0 124 117 15 544 111 62
Binary 11011101 100100 101111 0 1010100 1001111 1101 101100100 1001001 110010

Color Harmonies of #DD242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD242F

Black with #DD242F

Text Example


Text Example

White with #DD242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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