Shades of Cinnabar #F34F2B
Tints of Cinnabar #F34F2B
RGB
CMYK
RGB Variations
Color information
#F34F2B (or 0xF34F2B) is known color: Cinnabar. HEX triplet: F3, 4F and 2B. RGB value is (243,79,43). Sum of RGB (Red+Green+Blue) = 243+79+43=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34F2B is #0CB0D4. Grayscale: #7C7C7C. Windows color (decimal): -831701 or 2838515. OLE color: 2838515.
HSL color Cylindrical-coordinate representation of color #F34F2B: hue angle of 10.8º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F34F2B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 79 | 43 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.05 |
| HSL | 10.8º | 0.89% | 0.56% | - |
| HSV(B) | 10.8º | 0.82% | 0.95% | - |
| XYZ | 40.19 | 24.82 | 4.96 | - |
| YUV | 123.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 79 | 43 | 0 | 0.67 | 0.82 | 0.05 | 10.8 | 0.89 | 0.56 |
| Hex | F3 | 4F | 2B | 0 | 43 | 52 | 5 | B | 59 | 38 |
| Octal | 363 | 117 | 53 | 0 | 103 | 122 | 5 | 13 | 131 | 70 |
| Binary | 11110011 | 1001111 | 101011 | 0 | 1000011 | 1010010 | 101 | 1011 | 1011001 | 111000 |
Color Harmonies of #F34F2B
Complementary color
Monochromatic Colors of #F34F2B
Black with #F34F2B
Text Example
Text Example
White with #F34F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34F2B; }
p { color: rgb(243,79,43); }
H1.HeaderClassName
{
color: #F34F2B;
}
.AnyTagClassName
{
color: #F34F2B;
}
</style>
background-color css
<style>
a { background-color: #F34F2B; }
a { background-color: rgb(243,79,43); }
div.DivClassName
{
background-color: #F34F2B;
}
.BgClassName
{
background-color: #F34F2B;
}
</style>
border-color css
<style>
span { border-color: #F34F2B; }
span { border-color: rgb(243,79,43); }
td.TdClassName
{
border-color: #F34F2B;
}
.TagClassName
{
border-color: #F34F2B;
}
</style>