Shades of Cinnabar #F1431D
Tints of Cinnabar #F1431D
RGB
CMYK
RGB Variations
Color information
#F1431D (or 0xF1431D) is known color: Cinnabar. HEX triplet: F1, 43 and 1D. RGB value is (241,67,29). Sum of RGB (Red+Green+Blue) = 241+67+29=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F1431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1431D is #0EBCE2. Grayscale: #737373. Windows color (decimal): -965859 or 1917937. OLE color: 1917937.
HSL color Cylindrical-coordinate representation of color #F1431D: hue angle of 10.75º 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 #F1431D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.05 |
| HSL | 10.75º | 0.88% | 0.53% | - |
| HSV(B) | 10.75º | 0.88% | 0.95% | - |
| XYZ | 38.5 | 22.8 | 3.53 | - |
| YUV | 114.69 | 79.65 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 29 | 0 | 0.72 | 0.88 | 0.05 | 10.75 | 0.88 | 0.53 |
| Hex | F1 | 43 | 1D | 0 | 48 | 58 | 5 | B | 58 | 35 |
| Octal | 361 | 103 | 35 | 0 | 110 | 130 | 5 | 13 | 130 | 65 |
| Binary | 11110001 | 1000011 | 11101 | 0 | 1001000 | 1011000 | 101 | 1011 | 1011000 | 110101 |
Color Harmonies of #F1431D
Complementary color
Monochromatic Colors of #F1431D
Black with #F1431D
Text Example
Text Example
White with #F1431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1431D; }
p { color: rgb(241,67,29); }
H1.HeaderClassName
{
color: #F1431D;
}
.AnyTagClassName
{
color: #F1431D;
}
</style>
background-color css
<style>
a { background-color: #F1431D; }
a { background-color: rgb(241,67,29); }
div.DivClassName
{
background-color: #F1431D;
}
.BgClassName
{
background-color: #F1431D;
}
</style>
border-color css
<style>
span { border-color: #F1431D; }
span { border-color: rgb(241,67,29); }
td.TdClassName
{
border-color: #F1431D;
}
.TagClassName
{
border-color: #F1431D;
}
</style>