Shades of Cinnabar #F1431E
Tints of Cinnabar #F1431E
RGB
CMYK
RGB Variations
Color information
#F1431E (or 0xF1431E) is known color: Cinnabar. HEX triplet: F1, 43 and 1E. RGB value is (241,67,30). Sum of RGB (Red+Green+Blue) = 241+67+30=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F1431E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1431E is #0EBCE1. Grayscale: #737373. Windows color (decimal): -965858 or 1983473. OLE color: 1983473.
HSL color Cylindrical-coordinate representation of color #F1431E: hue angle of 10.52º 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 #F1431E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 30 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.05 |
| HSL | 10.52º | 0.88% | 0.53% | - |
| HSV(B) | 10.52º | 0.88% | 0.95% | - |
| XYZ | 38.52 | 22.81 | 3.6 | - |
| YUV | 114.81 | 80.15 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 30 | 0 | 0.72 | 0.88 | 0.05 | 10.52 | 0.88 | 0.53 |
| Hex | F1 | 43 | 1E | 0 | 48 | 58 | 5 | B | 58 | 35 |
| Octal | 361 | 103 | 36 | 0 | 110 | 130 | 5 | 13 | 130 | 65 |
| Binary | 11110001 | 1000011 | 11110 | 0 | 1001000 | 1011000 | 101 | 1011 | 1011000 | 110101 |
Color Harmonies of #F1431E
Complementary color
Monochromatic Colors of #F1431E
Black with #F1431E
Text Example
Text Example
White with #F1431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1431E; }
p { color: rgb(241,67,30); }
H1.HeaderClassName
{
color: #F1431E;
}
.AnyTagClassName
{
color: #F1431E;
}
</style>
background-color css
<style>
a { background-color: #F1431E; }
a { background-color: rgb(241,67,30); }
div.DivClassName
{
background-color: #F1431E;
}
.BgClassName
{
background-color: #F1431E;
}
</style>
border-color css
<style>
span { border-color: #F1431E; }
span { border-color: rgb(241,67,30); }
td.TdClassName
{
border-color: #F1431E;
}
.TagClassName
{
border-color: #F1431E;
}
</style>