Shades of Cinnabar #F0381B
Tints of Cinnabar #F0381B
RGB
CMYK
RGB Variations
Color information
#F0381B (or 0xF0381B) is known color: Cinnabar. HEX triplet: F0, 38 and 1B. RGB value is (240,56,27). Sum of RGB (Red+Green+Blue) = 240+56+27=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0381B is #0FC7E4. Grayscale: #6C6C6C. Windows color (decimal): -1034213 or 1784048. OLE color: 1784048.
HSL color Cylindrical-coordinate representation of color #F0381B: hue angle of 8.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0381B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 27 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.06 |
| HSL | 8.17º | 0.88% | 0.52% | - |
| HSV(B) | 8.17º | 0.89% | 0.94% | - |
| XYZ | 37.55 | 21.43 | 3.19 | - |
| YUV | 107.71 | 82.46 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 27 | 0 | 0.77 | 0.89 | 0.06 | 8.17 | 0.88 | 0.52 |
| Hex | F0 | 38 | 1B | 0 | 4D | 59 | 6 | 8 | 58 | 34 |
| Octal | 360 | 70 | 33 | 0 | 115 | 131 | 6 | 10 | 130 | 64 |
| Binary | 11110000 | 111000 | 11011 | 0 | 1001101 | 1011001 | 110 | 1000 | 1011000 | 110100 |
Color Harmonies of #F0381B
Complementary color
Monochromatic Colors of #F0381B
Black with #F0381B
Text Example
Text Example
White with #F0381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0381B; }
p { color: rgb(240,56,27); }
H1.HeaderClassName
{
color: #F0381B;
}
.AnyTagClassName
{
color: #F0381B;
}
</style>
background-color css
<style>
a { background-color: #F0381B; }
a { background-color: rgb(240,56,27); }
div.DivClassName
{
background-color: #F0381B;
}
.BgClassName
{
background-color: #F0381B;
}
</style>
border-color css
<style>
span { border-color: #F0381B; }
span { border-color: rgb(240,56,27); }
td.TdClassName
{
border-color: #F0381B;
}
.TagClassName
{
border-color: #F0381B;
}
</style>