Shades of Cinnabar #F1502A
Tints of Cinnabar #F1502A
RGB
CMYK
RGB Variations
Color information
#F1502A (or 0xF1502A) is known color: Cinnabar. HEX triplet: F1, 50 and 2A. RGB value is (241,80,42). Sum of RGB (Red+Green+Blue) = 241+80+42=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F1502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1502A is #0EAFD5. Grayscale: #7C7C7C. Windows color (decimal): -962518 or 2773233. OLE color: 2773233.
HSL color Cylindrical-coordinate representation of color #F1502A: hue angle of 11.46º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1502A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.05 |
| HSL | 11.46º | 0.88% | 0.55% | - |
| HSV(B) | 11.46º | 0.83% | 0.95% | - |
| XYZ | 39.56 | 24.61 | 4.85 | - |
| YUV | 123.81 | 81.84 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 42 | 0 | 0.67 | 0.83 | 0.05 | 11.46 | 0.88 | 0.55 |
| Hex | F1 | 50 | 2A | 0 | 43 | 53 | 5 | B | 58 | 37 |
| Octal | 361 | 120 | 52 | 0 | 103 | 123 | 5 | 13 | 130 | 67 |
| Binary | 11110001 | 1010000 | 101010 | 0 | 1000011 | 1010011 | 101 | 1011 | 1011000 | 110111 |
Color Harmonies of #F1502A
Complementary color
Monochromatic Colors of #F1502A
Black with #F1502A
Text Example
Text Example
White with #F1502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1502A; }
p { color: rgb(241,80,42); }
H1.HeaderClassName
{
color: #F1502A;
}
.AnyTagClassName
{
color: #F1502A;
}
</style>
background-color css
<style>
a { background-color: #F1502A; }
a { background-color: rgb(241,80,42); }
div.DivClassName
{
background-color: #F1502A;
}
.BgClassName
{
background-color: #F1502A;
}
</style>
border-color css
<style>
span { border-color: #F1502A; }
span { border-color: rgb(241,80,42); }
td.TdClassName
{
border-color: #F1502A;
}
.TagClassName
{
border-color: #F1502A;
}
</style>