Shades of Scarlet #F33614
Tints of Scarlet #F33614
RGB
CMYK
RGB Variations
Color information
#F33614 (or 0xF33614) is known color: Scarlet. HEX triplet: F3, 36 and 14. RGB value is (243,54,20). Sum of RGB (Red+Green+Blue) = 243+54+20=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F33614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33614 is #0CC9EB. Grayscale: #6A6A6A. Windows color (decimal): -838124 or 1324787. OLE color: 1324787.
HSL color Cylindrical-coordinate representation of color #F33614: hue angle of 9.15º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F33614 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 20 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.05 |
| HSL | 9.15º | 0.9% | 0.52% | - |
| HSV(B) | 9.15º | 0.92% | 0.95% | - |
| XYZ | 38.41 | 21.74 | 2.83 | - |
| YUV | 106.64 | 79.12 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 20 | 0 | 0.78 | 0.92 | 0.05 | 9.15 | 0.9 | 0.52 |
| Hex | F3 | 36 | 14 | 0 | 4E | 5C | 5 | 9 | 5A | 34 |
| Octal | 363 | 66 | 24 | 0 | 116 | 134 | 5 | 11 | 132 | 64 |
| Binary | 11110011 | 110110 | 10100 | 0 | 1001110 | 1011100 | 101 | 1001 | 1011010 | 110100 |
Color Harmonies of #F33614
Complementary color
Monochromatic Colors of #F33614
Black with #F33614
Text Example
Text Example
White with #F33614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33614; }
p { color: rgb(243,54,20); }
H1.HeaderClassName
{
color: #F33614;
}
.AnyTagClassName
{
color: #F33614;
}
</style>
background-color css
<style>
a { background-color: #F33614; }
a { background-color: rgb(243,54,20); }
div.DivClassName
{
background-color: #F33614;
}
.BgClassName
{
background-color: #F33614;
}
</style>
border-color css
<style>
span { border-color: #F33614; }
span { border-color: rgb(243,54,20); }
td.TdClassName
{
border-color: #F33614;
}
.TagClassName
{
border-color: #F33614;
}
</style>