Shades of Scarlet #FF3614
Tints of Scarlet #FF3614
RGB
CMYK
RGB Variations
Color information
#FF3614 (or 0xFF3614) is known color: Scarlet. HEX triplet: FF, 36 and 14. RGB value is (255,54,20). Sum of RGB (Red+Green+Blue) = 255+54+20=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3614 is #00C9EB. Grayscale: #6E6E6E. Windows color (decimal): -51692 or 1324799. OLE color: 1324799.
HSL color Cylindrical-coordinate representation of color #FF3614: hue angle of 8.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF3614 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 20 | - |
| CMYK | 0 | 0.79 | 0.92 | 0 |
| HSL | 8.68º | 1% | 0.54% | - |
| HSV(B) | 8.68º | 0.92% | 1% | - |
| XYZ | 42.69 | 23.95 | 3.03 | - |
| YUV | 110.22 | 77.09 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 20 | 0 | 0.79 | 0.92 | 0 | 8.68 | 1 | 0.54 |
| Hex | FF | 36 | 14 | 0 | 4F | 5C | 0 | 9 | 64 | 36 |
| Octal | 377 | 66 | 24 | 0 | 117 | 134 | 0 | 11 | 144 | 66 |
| Binary | 11111111 | 110110 | 10100 | 0 | 1001111 | 1011100 | 0 | 1001 | 1100100 | 110110 |
Color Harmonies of #FF3614
Complementary color
Monochromatic Colors of #FF3614
Black with #FF3614
Text Example
Text Example
White with #FF3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3614; }
p { color: rgb(255,54,20); }
H1.HeaderClassName
{
color: #FF3614;
}
.AnyTagClassName
{
color: #FF3614;
}
</style>
background-color css
<style>
a { background-color: #FF3614; }
a { background-color: rgb(255,54,20); }
div.DivClassName
{
background-color: #FF3614;
}
.BgClassName
{
background-color: #FF3614;
}
</style>
border-color css
<style>
span { border-color: #FF3614; }
span { border-color: rgb(255,54,20); }
td.TdClassName
{
border-color: #FF3614;
}
.TagClassName
{
border-color: #FF3614;
}
</style>