Shades of Cinnabar #F04430
Tints of Cinnabar #F04430
RGB
CMYK
RGB Variations
Color information
#F04430 (or 0xF04430) is known color: Cinnabar. HEX triplet: F0, 44 and 30. RGB value is (240,68,48). Sum of RGB (Red+Green+Blue) = 240+68+48=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F04430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04430 is #0FBBCF. Grayscale: #757575. Windows color (decimal): -1031120 or 3163376. OLE color: 3163376.
HSL color Cylindrical-coordinate representation of color #F04430: hue angle of 6.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F04430 is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 48 | - |
| CMYK | 0 | 0.72 | 0.8 | 0.06 |
| HSL | 6.25º | 0.86% | 0.56% | - |
| HSV(B) | 6.25º | 0.8% | 0.94% | - |
| XYZ | 38.54 | 22.87 | 5.18 | - |
| YUV | 117.15 | 88.98 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 48 | 0 | 0.72 | 0.8 | 0.06 | 6.25 | 0.86 | 0.56 |
| Hex | F0 | 44 | 30 | 0 | 48 | 50 | 6 | 6 | 56 | 38 |
| Octal | 360 | 104 | 60 | 0 | 110 | 120 | 6 | 6 | 126 | 70 |
| Binary | 11110000 | 1000100 | 110000 | 0 | 1001000 | 1010000 | 110 | 110 | 1010110 | 111000 |
Color Harmonies of #F04430
Complementary color
Monochromatic Colors of #F04430
Black with #F04430
Text Example
Text Example
White with #F04430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04430; }
p { color: rgb(240,68,48); }
H1.HeaderClassName
{
color: #F04430;
}
.AnyTagClassName
{
color: #F04430;
}
</style>
background-color css
<style>
a { background-color: #F04430; }
a { background-color: rgb(240,68,48); }
div.DivClassName
{
background-color: #F04430;
}
.BgClassName
{
background-color: #F04430;
}
</style>
border-color css
<style>
span { border-color: #F04430; }
span { border-color: rgb(240,68,48); }
td.TdClassName
{
border-color: #F04430;
}
.TagClassName
{
border-color: #F04430;
}
</style>