Shades of Cinnabar #F04328
Tints of Cinnabar #F04328
RGB
CMYK
RGB Variations
Color information
#F04328 (or 0xF04328) is known color: Cinnabar. HEX triplet: F0, 43 and 28. RGB value is (240,67,40). Sum of RGB (Red+Green+Blue) = 240+67+40=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F04328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04328 is #0FBCD7. Grayscale: #737373. Windows color (decimal): -1031384 or 2638832. OLE color: 2638832.
HSL color Cylindrical-coordinate representation of color #F04328: hue angle of 8.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F04328 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 40 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.06 |
| HSL | 8.1º | 0.87% | 0.55% | - |
| HSV(B) | 8.1º | 0.83% | 0.94% | - |
| XYZ | 38.33 | 22.69 | 4.37 | - |
| YUV | 115.65 | 85.31 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 40 | 0 | 0.72 | 0.83 | 0.06 | 8.1 | 0.87 | 0.55 |
| Hex | F0 | 43 | 28 | 0 | 48 | 53 | 6 | 8 | 57 | 37 |
| Octal | 360 | 103 | 50 | 0 | 110 | 123 | 6 | 10 | 127 | 67 |
| Binary | 11110000 | 1000011 | 101000 | 0 | 1001000 | 1010011 | 110 | 1000 | 1010111 | 110111 |
Color Harmonies of #F04328
Complementary color
Monochromatic Colors of #F04328
Black with #F04328
Text Example
Text Example
White with #F04328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04328; }
p { color: rgb(240,67,40); }
H1.HeaderClassName
{
color: #F04328;
}
.AnyTagClassName
{
color: #F04328;
}
</style>
background-color css
<style>
a { background-color: #F04328; }
a { background-color: rgb(240,67,40); }
div.DivClassName
{
background-color: #F04328;
}
.BgClassName
{
background-color: #F04328;
}
</style>
border-color css
<style>
span { border-color: #F04328; }
span { border-color: rgb(240,67,40); }
td.TdClassName
{
border-color: #F04328;
}
.TagClassName
{
border-color: #F04328;
}
</style>