Shades of Persimmon #F1521C
Tints of Persimmon #F1521C
RGB
CMYK
RGB Variations
Color information
#F1521C (or 0xF1521C) is known color: Persimmon. HEX triplet: F1, 52 and 1C. RGB value is (241,82,28). Sum of RGB (Red+Green+Blue) = 241+82+28=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1521C is #0EADE3. Grayscale: #7B7B7B. Windows color (decimal): -962020 or 1856241. OLE color: 1856241.
HSL color Cylindrical-coordinate representation of color #F1521C: hue angle of 15.21º 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 #F1521C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.05 |
| HSL | 15.21º | 0.88% | 0.53% | - |
| HSV(B) | 15.21º | 0.88% | 0.95% | - |
| XYZ | 39.5 | 24.82 | 3.81 | - |
| YUV | 123.39 | 74.18 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 28 | 0 | 0.66 | 0.88 | 0.05 | 15.21 | 0.88 | 0.53 |
| Hex | F1 | 52 | 1C | 0 | 42 | 58 | 5 | F | 58 | 35 |
| Octal | 361 | 122 | 34 | 0 | 102 | 130 | 5 | 17 | 130 | 65 |
| Binary | 11110001 | 1010010 | 11100 | 0 | 1000010 | 1011000 | 101 | 1111 | 1011000 | 110101 |
Color Harmonies of #F1521C
Complementary color
Monochromatic Colors of #F1521C
Black with #F1521C
Text Example
Text Example
White with #F1521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1521C; }
p { color: rgb(241,82,28); }
H1.HeaderClassName
{
color: #F1521C;
}
.AnyTagClassName
{
color: #F1521C;
}
</style>
background-color css
<style>
a { background-color: #F1521C; }
a { background-color: rgb(241,82,28); }
div.DivClassName
{
background-color: #F1521C;
}
.BgClassName
{
background-color: #F1521C;
}
</style>
border-color css
<style>
span { border-color: #F1521C; }
span { border-color: rgb(241,82,28); }
td.TdClassName
{
border-color: #F1521C;
}
.TagClassName
{
border-color: #F1521C;
}
</style>