Shades of Scarlet #FF3618
Tints of Scarlet #FF3618
RGB
CMYK
RGB Variations
Color information
#FF3618 (or 0xFF3618) is known color: Scarlet. HEX triplet: FF, 36 and 18. RGB value is (255,54,24). Sum of RGB (Red+Green+Blue) = 255+54+24=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3618 is #00C9E7. Grayscale: #6F6F6F. Windows color (decimal): -51688 or 1586943. OLE color: 1586943.
HSL color Cylindrical-coordinate representation of color #FF3618: hue angle of 7.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF3618 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 24 | - |
| CMYK | 0 | 0.79 | 0.91 | 0 |
| HSL | 7.79º | 1% | 0.55% | - |
| HSV(B) | 7.79º | 0.91% | 1% | - |
| XYZ | 42.72 | 23.96 | 3.24 | - |
| YUV | 110.68 | 79.09 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 24 | 0 | 0.79 | 0.91 | 0 | 7.79 | 1 | 0.55 |
| Hex | FF | 36 | 18 | 0 | 4F | 5B | 0 | 8 | 64 | 37 |
| Octal | 377 | 66 | 30 | 0 | 117 | 133 | 0 | 10 | 144 | 67 |
| Binary | 11111111 | 110110 | 11000 | 0 | 1001111 | 1011011 | 0 | 1000 | 1100100 | 110111 |
Color Harmonies of #FF3618
Complementary color
Monochromatic Colors of #FF3618
Black with #FF3618
Text Example
Text Example
White with #FF3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3618; }
p { color: rgb(255,54,24); }
H1.HeaderClassName
{
color: #FF3618;
}
.AnyTagClassName
{
color: #FF3618;
}
</style>
background-color css
<style>
a { background-color: #FF3618; }
a { background-color: rgb(255,54,24); }
div.DivClassName
{
background-color: #FF3618;
}
.BgClassName
{
background-color: #FF3618;
}
</style>
border-color css
<style>
span { border-color: #FF3618; }
span { border-color: rgb(255,54,24); }
td.TdClassName
{
border-color: #FF3618;
}
.TagClassName
{
border-color: #FF3618;
}
</style>