Shades of Cinnabar #F1502D
Tints of Cinnabar #F1502D
RGB
CMYK
RGB Variations
Color information
#F1502D (or 0xF1502D) is known color: Cinnabar. HEX triplet: F1, 50 and 2D. RGB value is (241,80,45). Sum of RGB (Red+Green+Blue) = 241+80+45=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F1502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1502D is #0EAFD2. Grayscale: #7C7C7C. Windows color (decimal): -962515 or 2969841. OLE color: 2969841.
HSL color Cylindrical-coordinate representation of color #F1502D: hue angle of 10.71º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1502D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 45 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.05 |
| HSL | 10.71º | 0.88% | 0.56% | - |
| HSV(B) | 10.71º | 0.81% | 0.95% | - |
| XYZ | 39.62 | 24.63 | 5.15 | - |
| YUV | 124.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 45 | 0 | 0.67 | 0.81 | 0.05 | 10.71 | 0.88 | 0.56 |
| Hex | F1 | 50 | 2D | 0 | 43 | 51 | 5 | B | 58 | 38 |
| Octal | 361 | 120 | 55 | 0 | 103 | 121 | 5 | 13 | 130 | 70 |
| Binary | 11110001 | 1010000 | 101101 | 0 | 1000011 | 1010001 | 101 | 1011 | 1011000 | 111000 |
Color Harmonies of #F1502D
Complementary color
Monochromatic Colors of #F1502D
Black with #F1502D
Text Example
Text Example
White with #F1502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1502D; }
p { color: rgb(241,80,45); }
H1.HeaderClassName
{
color: #F1502D;
}
.AnyTagClassName
{
color: #F1502D;
}
</style>
background-color css
<style>
a { background-color: #F1502D; }
a { background-color: rgb(241,80,45); }
div.DivClassName
{
background-color: #F1502D;
}
.BgClassName
{
background-color: #F1502D;
}
</style>
border-color css
<style>
span { border-color: #F1502D; }
span { border-color: rgb(241,80,45); }
td.TdClassName
{
border-color: #F1502D;
}
.TagClassName
{
border-color: #F1502D;
}
</style>