Shades of Persimmon #F1521D
Tints of Persimmon #F1521D
RGB
CMYK
RGB Variations
Color information
#F1521D (or 0xF1521D) is known color: Persimmon. HEX triplet: F1, 52 and 1D. RGB value is (241,82,29). Sum of RGB (Red+Green+Blue) = 241+82+29=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1521D is #0EADE2. Grayscale: #7B7B7B. Windows color (decimal): -962019 or 1921777. OLE color: 1921777.
HSL color Cylindrical-coordinate representation of color #F1521D: hue angle of 15º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1521D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.05 |
| HSL | 15º | 0.88% | 0.53% | - |
| HSV(B) | 15º | 0.88% | 0.95% | - |
| XYZ | 39.51 | 24.82 | 3.87 | - |
| YUV | 123.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 29 | 0 | 0.66 | 0.88 | 0.05 | 15 | 0.88 | 0.53 |
| Hex | F1 | 52 | 1D | 0 | 42 | 58 | 5 | F | 58 | 35 |
| Octal | 361 | 122 | 35 | 0 | 102 | 130 | 5 | 17 | 130 | 65 |
| Binary | 11110001 | 1010010 | 11101 | 0 | 1000010 | 1011000 | 101 | 1111 | 1011000 | 110101 |
Color Harmonies of #F1521D
Complementary color
Monochromatic Colors of #F1521D
Black with #F1521D
Text Example
Text Example
White with #F1521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1521D; }
p { color: rgb(241,82,29); }
H1.HeaderClassName
{
color: #F1521D;
}
.AnyTagClassName
{
color: #F1521D;
}
</style>
background-color css
<style>
a { background-color: #F1521D; }
a { background-color: rgb(241,82,29); }
div.DivClassName
{
background-color: #F1521D;
}
.BgClassName
{
background-color: #F1521D;
}
</style>
border-color css
<style>
span { border-color: #F1521D; }
span { border-color: rgb(241,82,29); }
td.TdClassName
{
border-color: #F1521D;
}
.TagClassName
{
border-color: #F1521D;
}
</style>