#DF2025

Color #DF2025 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #DF2025

Tints of Alizarin #DF2025

Color information

#DF2025 (or 0xDF2025) is unknown color: approx Alizarin. HEX triplet: DF, 20 and 25. RGB value is (223,32,37). Sum of RGB (Red+Green+Blue) = 223+32+37=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2025 is #20DFDA. Grayscale: #595959. Windows color (decimal): -2154459 or 2433247. OLE color: 2433247.

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

Color convert

RGB2233237-
CMYK00.860.830.13
HSL358.43º74.9%50%-
HSV(B)358.43º85.65%87.45%-
XYZ31.2816.853.35-
YUV89.6898.28223.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.37%
GREEN value IS 32 (12.89% from 255) = 10.96%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=76.37%
G=10.96%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223323700.860.830.13358.4374.950
HexDF202505653D1664b32
Octal337404501261231554611362
Binary1101111110000010010101010110101001111011011001101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2025; }

 p { color: rgb(223,32,37); }

 H1.HeaderClassName
 {
   color: #DF2025;
 }
 .AnyTagClassName
 {
   color: #DF2025;
 }
</style>
background-color css

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

 a { background-color: rgb(223,32,37); }

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

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

 span { border-color: rgb(223,32,37); }

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