Shades of Cinnabar #F34D2B
Tints of Cinnabar #F34D2B
RGB
CMYK
RGB Variations
Color information
#F34D2B (or 0xF34D2B) is known color: Cinnabar. HEX triplet: F3, 4D and 2B. RGB value is (243,77,43). Sum of RGB (Red+Green+Blue) = 243+77+43=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D2B is #0CB2D4. Grayscale: #7B7B7B. Windows color (decimal): -832213 or 2838003. OLE color: 2838003.
HSL color Cylindrical-coordinate representation of color #F34D2B: hue angle of 10.2º 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 #F34D2B is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 43 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.05 |
| HSL | 10.2º | 0.89% | 0.56% | - |
| HSV(B) | 10.2º | 0.82% | 0.95% | - |
| XYZ | 40.05 | 24.54 | 4.91 | - |
| YUV | 122.76 | 83 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 43 | 0 | 0.68 | 0.82 | 0.05 | 10.2 | 0.89 | 0.56 |
| Hex | F3 | 4D | 2B | 0 | 44 | 52 | 5 | A | 59 | 38 |
| Octal | 363 | 115 | 53 | 0 | 104 | 122 | 5 | 12 | 131 | 70 |
| Binary | 11110011 | 1001101 | 101011 | 0 | 1000100 | 1010010 | 101 | 1010 | 1011001 | 111000 |
Color Harmonies of #F34D2B
Complementary color
Monochromatic Colors of #F34D2B
Black with #F34D2B
Text Example
Text Example
White with #F34D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D2B; }
p { color: rgb(243,77,43); }
H1.HeaderClassName
{
color: #F34D2B;
}
.AnyTagClassName
{
color: #F34D2B;
}
</style>
background-color css
<style>
a { background-color: #F34D2B; }
a { background-color: rgb(243,77,43); }
div.DivClassName
{
background-color: #F34D2B;
}
.BgClassName
{
background-color: #F34D2B;
}
</style>
border-color css
<style>
span { border-color: #F34D2B; }
span { border-color: rgb(243,77,43); }
td.TdClassName
{
border-color: #F34D2B;
}
.TagClassName
{
border-color: #F34D2B;
}
</style>