Html Css Color HEX #DF2241 Alizarin

📋 copy color: '#DF2241'

red 223 ◦ green 34 ◦ blue 65

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

Shades of Alizarin #DF2241

Tints of Alizarin #DF2241

RGB

 RED value IS 223 (87.5% from 255) = 69.25%

 GREEN value IS 34 (13.67% from 255) = 10.56%

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 69.25%
G = 10.56%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF2241 (or 0xDF2241) is known color: Alizarin. HEX triplet: DF, 22 and 41. RGB value is (223,34,65). Sum of RGB (Red+Green+Blue) = 223+34+65=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2241 is #20DDBE. Grayscale: #5E5E5E. Windows color (decimal): -2153919 or 4268767. OLE color: 4268767.

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

Color convert

RGB 223 34 65 -
CMYK 0 0.85 0.71 0.13
HSL 350.16º 0.75% 0.5% -
HSV(B) 350.16º 0.85% 0.87% -
XYZ 31.96 17.21 6.64 -
YUV 94.05 111.62 219.98 -
System Red Green Blue C M Y K H S L
Decimal 223 34 65 0 0.85 0.71 0.13 350.16 0.75 0.5
Hex DF 22 41 0 55 47 D 15E 4B 32
Octal 337 42 101 0 125 107 15 536 113 62
Binary 11011111 100010 1000001 0 1010101 1000111 1101 101011110 1001011 110010

Color Harmonies of #DF2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2241

Black with #DF2241

Text Example


Text Example

White with #DF2241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2241; }

 p { color: rgb(223,34,65); }

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

background-color css

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

 a { background-color: rgb(223,34,65); }

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

border-color css

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

 span { border-color: rgb(223,34,65); }

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