Shades of Scarlet #FF230E
Tints of Scarlet #FF230E
RGB
CMYK
RGB Variations
Color information
#FF230E (or 0xFF230E) is known color: Scarlet. HEX triplet: FF, 23 and 0E. RGB value is (255,35,14). Sum of RGB (Red+Green+Blue) = 255+35+14=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF230E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF230E is #00DCF1. Grayscale: #626262. Windows color (decimal): -56562 or 926719. OLE color: 926719.
HSL color Cylindrical-coordinate representation of color #FF230E: hue angle of 5.23º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF230E is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 14 | - |
| CMYK | 0 | 0.86 | 0.95 | 0 |
| HSL | 5.23º | 1% | 0.53% | - |
| HSV(B) | 5.23º | 0.95% | 1% | - |
| XYZ | 41.92 | 22.49 | 2.55 | - |
| YUV | 98.39 | 80.39 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 14 | 0 | 0.86 | 0.95 | 0 | 5.23 | 1 | 0.53 |
| Hex | FF | 23 | E | 0 | 56 | 5F | 0 | 5 | 64 | 35 |
| Octal | 377 | 43 | 16 | 0 | 126 | 137 | 0 | 5 | 144 | 65 |
| Binary | 11111111 | 100011 | 1110 | 0 | 1010110 | 1011111 | 0 | 101 | 1100100 | 110101 |
Color Harmonies of #FF230E
Complementary color
Monochromatic Colors of #FF230E
Black with #FF230E
Text Example
Text Example
White with #FF230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF230E; }
p { color: rgb(255,35,14); }
H1.HeaderClassName
{
color: #FF230E;
}
.AnyTagClassName
{
color: #FF230E;
}
</style>
background-color css
<style>
a { background-color: #FF230E; }
a { background-color: rgb(255,35,14); }
div.DivClassName
{
background-color: #FF230E;
}
.BgClassName
{
background-color: #FF230E;
}
</style>
border-color css
<style>
span { border-color: #FF230E; }
span { border-color: rgb(255,35,14); }
td.TdClassName
{
border-color: #FF230E;
}
.TagClassName
{
border-color: #FF230E;
}
</style>