Shades of Scarlet #FF2318
Tints of Scarlet #FF2318
RGB
CMYK
RGB Variations
Color information
#FF2318 (or 0xFF2318) is known color: Scarlet. HEX triplet: FF, 23 and 18. RGB value is (255,35,24). Sum of RGB (Red+Green+Blue) = 255+35+24=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2318 is #00DCE7. Grayscale: #636363. Windows color (decimal): -56552 or 1582079. OLE color: 1582079.
HSL color Cylindrical-coordinate representation of color #FF2318: hue angle of 2.86º 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 #FF2318 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 24 | - |
| CMYK | 0 | 0.86 | 0.91 | 0 |
| HSL | 2.86º | 1% | 0.55% | - |
| HSV(B) | 2.86º | 0.91% | 1% | - |
| XYZ | 42.01 | 22.53 | 3 | - |
| YUV | 99.53 | 85.39 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 24 | 0 | 0.86 | 0.91 | 0 | 2.86 | 1 | 0.55 |
| Hex | FF | 23 | 18 | 0 | 56 | 5B | 0 | 3 | 64 | 37 |
| Octal | 377 | 43 | 30 | 0 | 126 | 133 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100011 | 11000 | 0 | 1010110 | 1011011 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF2318
Complementary color
Monochromatic Colors of #FF2318
Black with #FF2318
Text Example
Text Example
White with #FF2318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2318; }
p { color: rgb(255,35,24); }
H1.HeaderClassName
{
color: #FF2318;
}
.AnyTagClassName
{
color: #FF2318;
}
</style>
background-color css
<style>
a { background-color: #FF2318; }
a { background-color: rgb(255,35,24); }
div.DivClassName
{
background-color: #FF2318;
}
.BgClassName
{
background-color: #FF2318;
}
</style>
border-color css
<style>
span { border-color: #FF2318; }
span { border-color: rgb(255,35,24); }
td.TdClassName
{
border-color: #FF2318;
}
.TagClassName
{
border-color: #FF2318;
}
</style>