Shades of Persimmon #F1521B
Tints of Persimmon #F1521B
RGB
CMYK
RGB Variations
Color information
#F1521B (or 0xF1521B) is known color: Persimmon. HEX triplet: F1, 52 and 1B. RGB value is (241,82,27). Sum of RGB (Red+Green+Blue) = 241+82+27=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F1521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1521B is #0EADE4. Grayscale: #7B7B7B. Windows color (decimal): -962021 or 1790705. OLE color: 1790705.
HSL color Cylindrical-coordinate representation of color #F1521B: hue angle of 15.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1521B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 27 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.05 |
| HSL | 15.42º | 0.88% | 0.53% | - |
| HSV(B) | 15.42º | 0.89% | 0.95% | - |
| XYZ | 39.49 | 24.81 | 3.75 | - |
| YUV | 123.27 | 73.68 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 27 | 0 | 0.66 | 0.89 | 0.05 | 15.42 | 0.88 | 0.53 |
| Hex | F1 | 52 | 1B | 0 | 42 | 59 | 5 | F | 58 | 35 |
| Octal | 361 | 122 | 33 | 0 | 102 | 131 | 5 | 17 | 130 | 65 |
| Binary | 11110001 | 1010010 | 11011 | 0 | 1000010 | 1011001 | 101 | 1111 | 1011000 | 110101 |
Color Harmonies of #F1521B
Complementary color
Monochromatic Colors of #F1521B
Black with #F1521B
Text Example
Text Example
White with #F1521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1521B; }
p { color: rgb(241,82,27); }
H1.HeaderClassName
{
color: #F1521B;
}
.AnyTagClassName
{
color: #F1521B;
}
</style>
background-color css
<style>
a { background-color: #F1521B; }
a { background-color: rgb(241,82,27); }
div.DivClassName
{
background-color: #F1521B;
}
.BgClassName
{
background-color: #F1521B;
}
</style>
border-color css
<style>
span { border-color: #F1521B; }
span { border-color: rgb(241,82,27); }
td.TdClassName
{
border-color: #F1521B;
}
.TagClassName
{
border-color: #F1521B;
}
</style>