#DF251F

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

Shades of Persian Red #DF251F

Tints of Persian Red #DF251F

Color information

#DF251F (or 0xDF251F) is unknown color: approx Persian Red. HEX triplet: DF, 25 and 1F. RGB value is (223,37,31). Sum of RGB (Red+Green+Blue) = 223+37+31=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF251F is #20DAE0. Grayscale: #5C5C5C. Windows color (decimal): -2153185 or 2041311. OLE color: 2041311.

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

Color convert

RGB2233731-
CMYK00.830.860.13
HSL1.88º75.59%49.8%-
HSV(B)1.88º86.1%87.45%-
XYZ31.3417.112.95-
YUV91.9393.62221.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.63%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 31 (12.5% from 255) = 10.65%
R=76.63%
G=12.71%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223373100.830.860.131.8875.5949.8
HexDF251F05356D24c32
Octal3374537012312615211462
Binary11011111100101111110101001110101101101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF251F; }

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

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

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

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

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

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

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

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