Shades of Cinnabar #F1432C
Tints of Cinnabar #F1432C
RGB
CMYK
RGB Variations
Color information
#F1432C (or 0xF1432C) is known color: Cinnabar. HEX triplet: F1, 43 and 2C. RGB value is (241,67,44). Sum of RGB (Red+Green+Blue) = 241+67+44=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1432C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1432C is #0EBCD3. Grayscale: #747474. Windows color (decimal): -965844 or 2900977. OLE color: 2900977.
HSL color Cylindrical-coordinate representation of color #F1432C: hue angle of 7.01º 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 #F1432C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 44 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.05 |
| HSL | 7.01º | 0.88% | 0.56% | - |
| HSV(B) | 7.01º | 0.82% | 0.95% | - |
| XYZ | 38.74 | 22.9 | 4.76 | - |
| YUV | 116.4 | 87.15 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 44 | 0 | 0.72 | 0.82 | 0.05 | 7.01 | 0.88 | 0.56 |
| Hex | F1 | 43 | 2C | 0 | 48 | 52 | 5 | 7 | 58 | 38 |
| Octal | 361 | 103 | 54 | 0 | 110 | 122 | 5 | 7 | 130 | 70 |
| Binary | 11110001 | 1000011 | 101100 | 0 | 1001000 | 1010010 | 101 | 111 | 1011000 | 111000 |
Color Harmonies of #F1432C
Complementary color
Monochromatic Colors of #F1432C
Black with #F1432C
Text Example
Text Example
White with #F1432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1432C; }
p { color: rgb(241,67,44); }
H1.HeaderClassName
{
color: #F1432C;
}
.AnyTagClassName
{
color: #F1432C;
}
</style>
background-color css
<style>
a { background-color: #F1432C; }
a { background-color: rgb(241,67,44); }
div.DivClassName
{
background-color: #F1432C;
}
.BgClassName
{
background-color: #F1432C;
}
</style>
border-color css
<style>
span { border-color: #F1432C; }
span { border-color: rgb(241,67,44); }
td.TdClassName
{
border-color: #F1432C;
}
.TagClassName
{
border-color: #F1432C;
}
</style>