Shades of Cinnabar #F04525
Tints of Cinnabar #F04525
RGB
CMYK
RGB Variations
Color information
#F04525 (or 0xF04525) is known color: Cinnabar. HEX triplet: F0, 45 and 25. RGB value is (240,69,37). Sum of RGB (Red+Green+Blue) = 240+69+37=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F04525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04525 is #0FBADA. Grayscale: #747474. Windows color (decimal): -1030875 or 2442736. OLE color: 2442736.
HSL color Cylindrical-coordinate representation of color #F04525: hue angle of 9.46º 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 #F04525 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 37 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.06 |
| HSL | 9.46º | 0.87% | 0.54% | - |
| HSV(B) | 9.46º | 0.85% | 0.94% | - |
| XYZ | 38.4 | 22.92 | 4.15 | - |
| YUV | 116.48 | 83.15 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 37 | 0 | 0.71 | 0.85 | 0.06 | 9.46 | 0.87 | 0.54 |
| Hex | F0 | 45 | 25 | 0 | 47 | 55 | 6 | 9 | 57 | 36 |
| Octal | 360 | 105 | 45 | 0 | 107 | 125 | 6 | 11 | 127 | 66 |
| Binary | 11110000 | 1000101 | 100101 | 0 | 1000111 | 1010101 | 110 | 1001 | 1010111 | 110110 |
Color Harmonies of #F04525
Complementary color
Monochromatic Colors of #F04525
Black with #F04525
Text Example
Text Example
White with #F04525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04525; }
p { color: rgb(240,69,37); }
H1.HeaderClassName
{
color: #F04525;
}
.AnyTagClassName
{
color: #F04525;
}
</style>
background-color css
<style>
a { background-color: #F04525; }
a { background-color: rgb(240,69,37); }
div.DivClassName
{
background-color: #F04525;
}
.BgClassName
{
background-color: #F04525;
}
</style>
border-color css
<style>
span { border-color: #F04525; }
span { border-color: rgb(240,69,37); }
td.TdClassName
{
border-color: #F04525;
}
.TagClassName
{
border-color: #F04525;
}
</style>