Shades of Cinnabar #F14130
Tints of Cinnabar #F14130
RGB
CMYK
RGB Variations
Color information
#F14130 (or 0xF14130) is known color: Cinnabar. HEX triplet: F1, 41 and 30. RGB value is (241,65,48). Sum of RGB (Red+Green+Blue) = 241+65+48=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F14130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14130 is #0EBECF. Grayscale: #737373. Windows color (decimal): -966352 or 3162609. OLE color: 3162609.
HSL color Cylindrical-coordinate representation of color #F14130: hue angle of 5.28º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F14130 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 48 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.05 |
| HSL | 5.28º | 0.87% | 0.57% | - |
| HSV(B) | 5.28º | 0.8% | 0.95% | - |
| XYZ | 38.7 | 22.69 | 5.14 | - |
| YUV | 115.69 | 89.81 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 48 | 0 | 0.73 | 0.80 | 0.05 | 5.28 | 0.87 | 0.57 |
| Hex | F1 | 41 | 30 | 0 | 49 | 50 | 5 | 5 | 57 | 39 |
| Octal | 361 | 101 | 60 | 0 | 111 | 120 | 5 | 5 | 127 | 71 |
| Binary | 11110001 | 1000001 | 110000 | 0 | 1001001 | 1010000 | 101 | 101 | 1010111 | 111001 |
Color Harmonies of #F14130
Complementary color
Monochromatic Colors of #F14130
Black with #F14130
Text Example
Text Example
White with #F14130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14130; }
p { color: rgb(241,65,48); }
H1.HeaderClassName
{
color: #F14130;
}
.AnyTagClassName
{
color: #F14130;
}
</style>
background-color css
<style>
a { background-color: #F14130; }
a { background-color: rgb(241,65,48); }
div.DivClassName
{
background-color: #F14130;
}
.BgClassName
{
background-color: #F14130;
}
</style>
border-color css
<style>
span { border-color: #F14130; }
span { border-color: rgb(241,65,48); }
td.TdClassName
{
border-color: #F14130;
}
.TagClassName
{
border-color: #F14130;
}
</style>