Shades of Scarlet #FF2400
Tints of Scarlet #FF2400
RGB
CMYK
RGB Variations
Color information
#FF2400 (or 0xFF2400) is known color: Scarlet. HEX triplet: FF, 24 and 00. RGB value is (255,36,0). Sum of RGB (Red+Green+Blue) = 255+36+0=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2400 is #00DBFF. Grayscale: #616161. Windows color (decimal): -56320 or 9471. OLE color: 9471.
HSL color Cylindrical-coordinate representation of color #FF2400: hue angle of 8.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF2400 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 36 | 0 | - |
CMYK | 0 | 0.86 | 1 | 0 |
HSL | 8.47º | 1% | 0.5% | - |
HSV(B) | 8.47º | 1% | 1% | - |
XYZ | 41.87 | 22.52 | 2.14 | - |
YUV | 97.38 | 73.05 | 240.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 36 | 0 | 0 | 0.86 | 1 | 0 | 8.47 | 1 | 0.5 |
Hex | FF | 24 | 0 | 0 | 56 | 64 | 0 | 8 | 64 | 32 |
Octal | 377 | 44 | 0 | 0 | 126 | 144 | 0 | 10 | 144 | 62 |
Binary | 11111111 | 100100 | 0 | 0 | 1010110 | 1100100 | 0 | 1000 | 1100100 | 110010 |
Color Harmonies of #FF2400
Complementary color
Monochromatic Colors of #FF2400
Black with #FF2400
Text Example
Text Example
White with #FF2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2400; }
p { color: rgb(255,36,0); }
H1.HeaderClassName
{
color: #FF2400;
}
.AnyTagClassName
{
color: #FF2400;
}
</style>
background-color css
<style>
a { background-color: #FF2400; }
a { background-color: rgb(255,36,0); }
div.DivClassName
{
background-color: #FF2400;
}
.BgClassName
{
background-color: #FF2400;
}
</style>
border-color css
<style>
span { border-color: #FF2400; }
span { border-color: rgb(255,36,0); }
td.TdClassName
{
border-color: #FF2400;
}
.TagClassName
{
border-color: #FF2400;
}
</style>