Shades of Scarlet #F33618
Tints of Scarlet #F33618
RGB
CMYK
RGB Variations
Color information
#F33618 (or 0xF33618) is known color: Scarlet. HEX triplet: F3, 36 and 18. RGB value is (243,54,24). Sum of RGB (Red+Green+Blue) = 243+54+24=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F33618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33618 is #0CC9E7. Grayscale: #6B6B6B. Windows color (decimal): -838120 or 1586931. OLE color: 1586931.
HSL color Cylindrical-coordinate representation of color #F33618: hue angle of 8.22º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F33618 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 24 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.05 |
| HSL | 8.22º | 0.9% | 0.52% | - |
| HSV(B) | 8.22º | 0.9% | 0.95% | - |
| XYZ | 38.45 | 21.76 | 3.04 | - |
| YUV | 107.09 | 81.12 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 24 | 0 | 0.78 | 0.90 | 0.05 | 8.22 | 0.9 | 0.52 |
| Hex | F3 | 36 | 18 | 0 | 4E | 5A | 5 | 8 | 5A | 34 |
| Octal | 363 | 66 | 30 | 0 | 116 | 132 | 5 | 10 | 132 | 64 |
| Binary | 11110011 | 110110 | 11000 | 0 | 1001110 | 1011010 | 101 | 1000 | 1011010 | 110100 |
Color Harmonies of #F33618
Complementary color
Monochromatic Colors of #F33618
Black with #F33618
Text Example
Text Example
White with #F33618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33618; }
p { color: rgb(243,54,24); }
H1.HeaderClassName
{
color: #F33618;
}
.AnyTagClassName
{
color: #F33618;
}
</style>
background-color css
<style>
a { background-color: #F33618; }
a { background-color: rgb(243,54,24); }
div.DivClassName
{
background-color: #F33618;
}
.BgClassName
{
background-color: #F33618;
}
</style>
border-color css
<style>
span { border-color: #F33618; }
span { border-color: rgb(243,54,24); }
td.TdClassName
{
border-color: #F33618;
}
.TagClassName
{
border-color: #F33618;
}
</style>