#DF2F25

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

Shades of Persian Red #DF2F25

Tints of Persian Red #DF2F25

Color information

#DF2F25 (or 0xDF2F25) is unknown color: approx Persian Red. HEX triplet: DF, 2F and 25. RGB value is (223,47,37). Sum of RGB (Red+Green+Blue) = 223+47+37=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F25 is #20D0DA. Grayscale: #626262. Windows color (decimal): -2150619 or 2437087. OLE color: 2437087.

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

Color convert

RGB2234737-
CMYK00.790.830.13
HSL3.23º74.4%50.98%-
HSV(B)3.23º83.41%87.45%-
XYZ31.7817.853.52-
YUV98.4893.31216.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.64%
GREEN value IS 47 (18.75% from 255) = 15.31%
BLUE value IS 37 (14.84% from 255) = 12.05%
R=72.64%
G=15.31%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223473700.790.830.133.2374.450.98
HexDF2F2504F53D34a33
Octal3375745011712315311263
Binary110111111011111001010100111110100111101111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2F25; }

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

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

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

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

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

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

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

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