Shades of Cinnabar #F03D25
Tints of Cinnabar #F03D25
RGB
CMYK
RGB Variations
Color information
#F03D25 (or 0xF03D25) is known color: Cinnabar. HEX triplet: F0, 3D and 25. RGB value is (240,61,37). Sum of RGB (Red+Green+Blue) = 240+61+37=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D25 is #0FC2DA. Grayscale: #707070. Windows color (decimal): -1032923 or 2440688. OLE color: 2440688.
HSL color Cylindrical-coordinate representation of color #F03D25: hue angle of 7.09º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F03D25 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 37 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.06 |
| HSL | 7.09º | 0.87% | 0.54% | - |
| HSV(B) | 7.09º | 0.85% | 0.94% | - |
| XYZ | 37.94 | 22 | 4 | - |
| YUV | 111.79 | 85.8 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 37 | 0 | 0.75 | 0.85 | 0.06 | 7.09 | 0.87 | 0.54 |
| Hex | F0 | 3D | 25 | 0 | 4B | 55 | 6 | 7 | 57 | 36 |
| Octal | 360 | 75 | 45 | 0 | 113 | 125 | 6 | 7 | 127 | 66 |
| Binary | 11110000 | 111101 | 100101 | 0 | 1001011 | 1010101 | 110 | 111 | 1010111 | 110110 |
Color Harmonies of #F03D25
Complementary color
Monochromatic Colors of #F03D25
Black with #F03D25
Text Example
Text Example
White with #F03D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D25; }
p { color: rgb(240,61,37); }
H1.HeaderClassName
{
color: #F03D25;
}
.AnyTagClassName
{
color: #F03D25;
}
</style>
background-color css
<style>
a { background-color: #F03D25; }
a { background-color: rgb(240,61,37); }
div.DivClassName
{
background-color: #F03D25;
}
.BgClassName
{
background-color: #F03D25;
}
</style>
border-color css
<style>
span { border-color: #F03D25; }
span { border-color: rgb(240,61,37); }
td.TdClassName
{
border-color: #F03D25;
}
.TagClassName
{
border-color: #F03D25;
}
</style>