#DF2725

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

Shades of Persian Red #DF2725

Tints of Persian Red #DF2725

Color information

#DF2725 (or 0xDF2725) is unknown color: approx Persian Red. HEX triplet: DF, 27 and 25. RGB value is (223,39,37). Sum of RGB (Red+Green+Blue) = 223+39+37=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2725 is #20D8DA. Grayscale: #5D5D5D. Windows color (decimal): -2152667 or 2435039. OLE color: 2435039.

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

Color convert

RGB2233937-
CMYK00.830.830.13
HSL0.65º74.4%50.98%-
HSV(B)0.65º83.41%87.45%-
XYZ31.4917.273.42-
YUV93.7995.96220.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 74.58%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 37 (14.84% from 255) = 12.37%
R=74.58%
G=13.04%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223393700.830.830.130.6574.450.98
HexDF272505353D14a33
Octal3374745012312315111263
Binary11011111100111100101010100111010011110111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2725; }

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

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

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

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

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

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

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

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