Shades of Cinnabar #F1502B
Tints of Cinnabar #F1502B
RGB
CMYK
RGB Variations
Color information
#F1502B (or 0xF1502B) is known color: Cinnabar. HEX triplet: F1, 50 and 2B. RGB value is (241,80,43). Sum of RGB (Red+Green+Blue) = 241+80+43=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F1502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1502B is #0EAFD4. Grayscale: #7C7C7C. Windows color (decimal): -962517 or 2838769. OLE color: 2838769.
HSL color Cylindrical-coordinate representation of color #F1502B: hue angle of 11.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1502B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 43 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.05 |
| HSL | 11.21º | 0.88% | 0.56% | - |
| HSV(B) | 11.21º | 0.82% | 0.95% | - |
| XYZ | 39.58 | 24.61 | 4.95 | - |
| YUV | 123.92 | 82.34 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 43 | 0 | 0.67 | 0.82 | 0.05 | 11.21 | 0.88 | 0.56 |
| Hex | F1 | 50 | 2B | 0 | 43 | 52 | 5 | B | 58 | 38 |
| Octal | 361 | 120 | 53 | 0 | 103 | 122 | 5 | 13 | 130 | 70 |
| Binary | 11110001 | 1010000 | 101011 | 0 | 1000011 | 1010010 | 101 | 1011 | 1011000 | 111000 |
Color Harmonies of #F1502B
Complementary color
Monochromatic Colors of #F1502B
Black with #F1502B
Text Example
Text Example
White with #F1502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1502B; }
p { color: rgb(241,80,43); }
H1.HeaderClassName
{
color: #F1502B;
}
.AnyTagClassName
{
color: #F1502B;
}
</style>
background-color css
<style>
a { background-color: #F1502B; }
a { background-color: rgb(241,80,43); }
div.DivClassName
{
background-color: #F1502B;
}
.BgClassName
{
background-color: #F1502B;
}
</style>
border-color css
<style>
span { border-color: #F1502B; }
span { border-color: rgb(241,80,43); }
td.TdClassName
{
border-color: #F1502B;
}
.TagClassName
{
border-color: #F1502B;
}
</style>