#DE1F1F

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

Shades of Persian Red #DE1F1F

Tints of Persian Red #DE1F1F

Color information

#DE1F1F (or 0xDE1F1F) is unknown color: approx Persian Red. HEX triplet: DE, 1F and 1F. RGB value is (222,31,31). Sum of RGB (Red+Green+Blue) = 222+31+31=284 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.17% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1F1F is #21E0E0. Grayscale: #585858. Windows color (decimal): -2220257 or 2039774. OLE color: 2039774.

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

Color convert

RGB2223131-
CMYK00.860.860.13
HSL75.49%49.61%-
HSV(B)86.04%87.06%-
XYZ30.8616.612.88-
YUV88.1195.78223.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 78.17%
GREEN value IS 31 (12.5% from 255) = 10.92%
BLUE value IS 31 (12.5% from 255) = 10.92%
R=78.17%
G=10.92%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222313100.860.860.13075.4949.61
HexDE1F1F05656D04b32
Octal3363737012612615011362
Binary110111101111111111010101101010110110101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1F1F; }

 p { color: rgb(222,31,31); }

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

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

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

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

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

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

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