Shades of Cinnabar #F34E2D
Tints of Cinnabar #F34E2D
RGB
CMYK
RGB Variations
Color information
#F34E2D (or 0xF34E2D) is known color: Cinnabar. HEX triplet: F3, 4E and 2D. RGB value is (243,78,45). Sum of RGB (Red+Green+Blue) = 243+78+45=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34E2D is #0CB1D2. Grayscale: #7B7B7B. Windows color (decimal): -831955 or 2969331. OLE color: 2969331.
HSL color Cylindrical-coordinate representation of color #F34E2D: hue angle of 10º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F34E2D is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 78 | 45 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.05 |
| HSL | 10º | 0.89% | 0.56% | - |
| HSV(B) | 10º | 0.81% | 0.95% | - |
| XYZ | 40.16 | 24.69 | 5.13 | - |
| YUV | 123.57 | 83.66 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 78 | 45 | 0 | 0.68 | 0.81 | 0.05 | 10 | 0.89 | 0.56 |
| Hex | F3 | 4E | 2D | 0 | 44 | 51 | 5 | A | 59 | 38 |
| Octal | 363 | 116 | 55 | 0 | 104 | 121 | 5 | 12 | 131 | 70 |
| Binary | 11110011 | 1001110 | 101101 | 0 | 1000100 | 1010001 | 101 | 1010 | 1011001 | 111000 |
Color Harmonies of #F34E2D
Complementary color
Monochromatic Colors of #F34E2D
Black with #F34E2D
Text Example
Text Example
White with #F34E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34E2D; }
p { color: rgb(243,78,45); }
H1.HeaderClassName
{
color: #F34E2D;
}
.AnyTagClassName
{
color: #F34E2D;
}
</style>
background-color css
<style>
a { background-color: #F34E2D; }
a { background-color: rgb(243,78,45); }
div.DivClassName
{
background-color: #F34E2D;
}
.BgClassName
{
background-color: #F34E2D;
}
</style>
border-color css
<style>
span { border-color: #F34E2D; }
span { border-color: rgb(243,78,45); }
td.TdClassName
{
border-color: #F34E2D;
}
.TagClassName
{
border-color: #F34E2D;
}
</style>