Shades of Cinnabar #F15024
Tints of Cinnabar #F15024
RGB
CMYK
RGB Variations
Color information
#F15024 (or 0xF15024) is known color: Cinnabar. HEX triplet: F1, 50 and 24. RGB value is (241,80,36). Sum of RGB (Red+Green+Blue) = 241+80+36=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F15024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15024 is #0EAFDB. Grayscale: #7B7B7B. Windows color (decimal): -962524 or 2380017. OLE color: 2380017.
HSL color Cylindrical-coordinate representation of color #F15024: hue angle of 12.88º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F15024 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 36 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.05 |
| HSL | 12.88º | 0.88% | 0.54% | - |
| HSV(B) | 12.88º | 0.85% | 0.95% | - |
| XYZ | 39.46 | 24.57 | 4.33 | - |
| YUV | 123.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 36 | 0 | 0.67 | 0.85 | 0.05 | 12.88 | 0.88 | 0.54 |
| Hex | F1 | 50 | 24 | 0 | 43 | 55 | 5 | D | 58 | 36 |
| Octal | 361 | 120 | 44 | 0 | 103 | 125 | 5 | 15 | 130 | 66 |
| Binary | 11110001 | 1010000 | 100100 | 0 | 1000011 | 1010101 | 101 | 1101 | 1011000 | 110110 |
Color Harmonies of #F15024
Complementary color
Monochromatic Colors of #F15024
Black with #F15024
Text Example
Text Example
White with #F15024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15024; }
p { color: rgb(241,80,36); }
H1.HeaderClassName
{
color: #F15024;
}
.AnyTagClassName
{
color: #F15024;
}
</style>
background-color css
<style>
a { background-color: #F15024; }
a { background-color: rgb(241,80,36); }
div.DivClassName
{
background-color: #F15024;
}
.BgClassName
{
background-color: #F15024;
}
</style>
border-color css
<style>
span { border-color: #F15024; }
span { border-color: rgb(241,80,36); }
td.TdClassName
{
border-color: #F15024;
}
.TagClassName
{
border-color: #F15024;
}
</style>