Shades of Cinnabar #F03C30
Tints of Cinnabar #F03C30
RGB
CMYK
RGB Variations
Color information
#F03C30 (or 0xF03C30) is known color: Cinnabar. HEX triplet: F0, 3C and 30. RGB value is (240,60,48). Sum of RGB (Red+Green+Blue) = 240+60+48=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C30 is #0FC3CF. Grayscale: #707070. Windows color (decimal): -1033168 or 3161328. OLE color: 3161328.
HSL color Cylindrical-coordinate representation of color #F03C30: hue angle of 3.75º 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 #F03C30 is Cyan = 0, Magento = 0.75, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 48 | - |
| CMYK | 0 | 0.75 | 0.8 | 0.06 |
| HSL | 3.75º | 0.86% | 0.56% | - |
| HSV(B) | 3.75º | 0.8% | 0.94% | - |
| XYZ | 38.08 | 21.97 | 5.03 | - |
| YUV | 112.45 | 91.63 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 48 | 0 | 0.75 | 0.8 | 0.06 | 3.75 | 0.86 | 0.56 |
| Hex | F0 | 3C | 30 | 0 | 4B | 50 | 6 | 4 | 56 | 38 |
| Octal | 360 | 74 | 60 | 0 | 113 | 120 | 6 | 4 | 126 | 70 |
| Binary | 11110000 | 111100 | 110000 | 0 | 1001011 | 1010000 | 110 | 100 | 1010110 | 111000 |
Color Harmonies of #F03C30
Complementary color
Monochromatic Colors of #F03C30
Black with #F03C30
Text Example
Text Example
White with #F03C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C30; }
p { color: rgb(240,60,48); }
H1.HeaderClassName
{
color: #F03C30;
}
.AnyTagClassName
{
color: #F03C30;
}
</style>
background-color css
<style>
a { background-color: #F03C30; }
a { background-color: rgb(240,60,48); }
div.DivClassName
{
background-color: #F03C30;
}
.BgClassName
{
background-color: #F03C30;
}
</style>
border-color css
<style>
span { border-color: #F03C30; }
span { border-color: rgb(240,60,48); }
td.TdClassName
{
border-color: #F03C30;
}
.TagClassName
{
border-color: #F03C30;
}
</style>