Shades of Cinnabar #F04D30
Tints of Cinnabar #F04D30
RGB
CMYK
RGB Variations
Color information
#F04D30 (or 0xF04D30) is known color: Cinnabar. HEX triplet: F0, 4D and 30. RGB value is (240,77,48). Sum of RGB (Red+Green+Blue) = 240+77+48=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D30 is #0FB2CF. Grayscale: #7A7A7A. Windows color (decimal): -1028816 or 3165680. OLE color: 3165680.
HSL color Cylindrical-coordinate representation of color #F04D30: hue angle of 9.06º 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 #F04D30 is Cyan = 0, Magento = 0.68, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 48 | - |
| CMYK | 0 | 0.68 | 0.8 | 0.06 |
| HSL | 9.06º | 0.86% | 0.56% | - |
| HSV(B) | 9.06º | 0.8% | 0.94% | - |
| XYZ | 39.12 | 24.05 | 5.38 | - |
| YUV | 122.43 | 86 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 48 | 0 | 0.68 | 0.8 | 0.06 | 9.06 | 0.86 | 0.56 |
| Hex | F0 | 4D | 30 | 0 | 44 | 50 | 6 | 9 | 56 | 38 |
| Octal | 360 | 115 | 60 | 0 | 104 | 120 | 6 | 11 | 126 | 70 |
| Binary | 11110000 | 1001101 | 110000 | 0 | 1000100 | 1010000 | 110 | 1001 | 1010110 | 111000 |
Color Harmonies of #F04D30
Complementary color
Monochromatic Colors of #F04D30
Black with #F04D30
Text Example
Text Example
White with #F04D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D30; }
p { color: rgb(240,77,48); }
H1.HeaderClassName
{
color: #F04D30;
}
.AnyTagClassName
{
color: #F04D30;
}
</style>
background-color css
<style>
a { background-color: #F04D30; }
a { background-color: rgb(240,77,48); }
div.DivClassName
{
background-color: #F04D30;
}
.BgClassName
{
background-color: #F04D30;
}
</style>
border-color css
<style>
span { border-color: #F04D30; }
span { border-color: rgb(240,77,48); }
td.TdClassName
{
border-color: #F04D30;
}
.TagClassName
{
border-color: #F04D30;
}
</style>