Shades of Cinnabar #F1482D
Tints of Cinnabar #F1482D
RGB
CMYK
RGB Variations
Color information
#F1482D (or 0xF1482D) is known color: Cinnabar. HEX triplet: F1, 48 and 2D. RGB value is (241,72,45). Sum of RGB (Red+Green+Blue) = 241+72+45=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1482D is #0EB7D2. Grayscale: #777777. Windows color (decimal): -964563 or 2967793. OLE color: 2967793.
HSL color Cylindrical-coordinate representation of color #F1482D: hue angle of 8.27º 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 #F1482D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 45 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.05 |
| HSL | 8.27º | 0.88% | 0.56% | - |
| HSV(B) | 8.27º | 0.81% | 0.95% | - |
| XYZ | 39.07 | 23.52 | 4.96 | - |
| YUV | 119.45 | 85.99 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 45 | 0 | 0.70 | 0.81 | 0.05 | 8.27 | 0.88 | 0.56 |
| Hex | F1 | 48 | 2D | 0 | 46 | 51 | 5 | 8 | 58 | 38 |
| Octal | 361 | 110 | 55 | 0 | 106 | 121 | 5 | 10 | 130 | 70 |
| Binary | 11110001 | 1001000 | 101101 | 0 | 1000110 | 1010001 | 101 | 1000 | 1011000 | 111000 |
Color Harmonies of #F1482D
Complementary color
Monochromatic Colors of #F1482D
Black with #F1482D
Text Example
Text Example
White with #F1482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1482D; }
p { color: rgb(241,72,45); }
H1.HeaderClassName
{
color: #F1482D;
}
.AnyTagClassName
{
color: #F1482D;
}
</style>
background-color css
<style>
a { background-color: #F1482D; }
a { background-color: rgb(241,72,45); }
div.DivClassName
{
background-color: #F1482D;
}
.BgClassName
{
background-color: #F1482D;
}
</style>
border-color css
<style>
span { border-color: #F1482D; }
span { border-color: rgb(241,72,45); }
td.TdClassName
{
border-color: #F1482D;
}
.TagClassName
{
border-color: #F1482D;
}
</style>