Shades of Cinnabar #F03D2D
Tints of Cinnabar #F03D2D
RGB
CMYK
RGB Variations
Color information
#F03D2D (or 0xF03D2D) is known color: Cinnabar. HEX triplet: F0, 3D and 2D. RGB value is (240,61,45). Sum of RGB (Red+Green+Blue) = 240+61+45=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D2D is #0FC2D2. Grayscale: #707070. Windows color (decimal): -1032915 or 2964976. OLE color: 2964976.
HSL color Cylindrical-coordinate representation of color #F03D2D: hue angle of 4.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F03D2D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 45 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.06 |
| HSL | 4.92º | 0.87% | 0.56% | - |
| HSV(B) | 4.92º | 0.81% | 0.94% | - |
| XYZ | 38.08 | 22.05 | 4.73 | - |
| YUV | 112.7 | 89.8 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 45 | 0 | 0.75 | 0.81 | 0.06 | 4.92 | 0.87 | 0.56 |
| Hex | F0 | 3D | 2D | 0 | 4B | 51 | 6 | 5 | 57 | 38 |
| Octal | 360 | 75 | 55 | 0 | 113 | 121 | 6 | 5 | 127 | 70 |
| Binary | 11110000 | 111101 | 101101 | 0 | 1001011 | 1010001 | 110 | 101 | 1010111 | 111000 |
Color Harmonies of #F03D2D
Complementary color
Monochromatic Colors of #F03D2D
Black with #F03D2D
Text Example
Text Example
White with #F03D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D2D; }
p { color: rgb(240,61,45); }
H1.HeaderClassName
{
color: #F03D2D;
}
.AnyTagClassName
{
color: #F03D2D;
}
</style>
background-color css
<style>
a { background-color: #F03D2D; }
a { background-color: rgb(240,61,45); }
div.DivClassName
{
background-color: #F03D2D;
}
.BgClassName
{
background-color: #F03D2D;
}
</style>
border-color css
<style>
span { border-color: #F03D2D; }
span { border-color: rgb(240,61,45); }
td.TdClassName
{
border-color: #F03D2D;
}
.TagClassName
{
border-color: #F03D2D;
}
</style>