Shades of Persian Red #E81F1F
Tints of Persian Red #E81F1F
RGB
CMYK
RGB Variations
Color information
#E81F1F (or 0xE81F1F) is known color: Persian Red. HEX triplet: E8, 1F and 1F. RGB value is (232,31,31). Sum of RGB (Red+Green+Blue) = 232+31+31=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E81F1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81F1F is #17E0E0. Grayscale: #5B5B5B. Windows color (decimal): -1564897 or 2039784. OLE color: 2039784.
HSL color Cylindrical-coordinate representation of color #E81F1F: hue angle of 0º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81F1F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 31 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.09 |
| HSL | 0º | 0.81% | 0.52% | - |
| HSV(B) | 0º | 0.87% | 0.91% | - |
| XYZ | 34.02 | 18.23 | 3.02 | - |
| YUV | 91.1 | 94.09 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 31 | 0 | 0.87 | 0.87 | 0.09 | 0 | 0.81 | 0.52 |
| Hex | E8 | 1F | 1F | 0 | 57 | 57 | 9 | 0 | 51 | 34 |
| Octal | 350 | 37 | 37 | 0 | 127 | 127 | 11 | 0 | 121 | 64 |
| Binary | 11101000 | 11111 | 11111 | 0 | 1010111 | 1010111 | 1001 | 0 | 1010001 | 110100 |
Color Harmonies of #E81F1F
Complementary color
Monochromatic Colors of #E81F1F
Black with #E81F1F
Text Example
Text Example
White with #E81F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81F1F; }
p { color: rgb(232,31,31); }
H1.HeaderClassName
{
color: #E81F1F;
}
.AnyTagClassName
{
color: #E81F1F;
}
</style>
background-color css
<style>
a { background-color: #E81F1F; }
a { background-color: rgb(232,31,31); }
div.DivClassName
{
background-color: #E81F1F;
}
.BgClassName
{
background-color: #E81F1F;
}
</style>
border-color css
<style>
span { border-color: #E81F1F; }
span { border-color: rgb(232,31,31); }
td.TdClassName
{
border-color: #E81F1F;
}
.TagClassName
{
border-color: #E81F1F;
}
</style>