Shades of Scarlet #FF230D
Tints of Scarlet #FF230D
RGB
CMYK
RGB Variations
Color information
#FF230D (or 0xFF230D) is known color: Scarlet. HEX triplet: FF, 23 and 0D. RGB value is (255,35,13). Sum of RGB (Red+Green+Blue) = 255+35+13=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF230D is #00DCF2. Grayscale: #626262. Windows color (decimal): -56563 or 861183. OLE color: 861183.
HSL color Cylindrical-coordinate representation of color #FF230D: hue angle of 5.45º 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 #FF230D is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 13 | - |
| CMYK | 0 | 0.86 | 0.95 | 0 |
| HSL | 5.45º | 1% | 0.53% | - |
| HSV(B) | 5.45º | 0.95% | 1% | - |
| XYZ | 41.91 | 22.49 | 2.51 | - |
| YUV | 98.27 | 79.89 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 13 | 0 | 0.86 | 0.95 | 0 | 5.45 | 1 | 0.53 |
| Hex | FF | 23 | D | 0 | 56 | 5F | 0 | 5 | 64 | 35 |
| Octal | 377 | 43 | 15 | 0 | 126 | 137 | 0 | 5 | 144 | 65 |
| Binary | 11111111 | 100011 | 1101 | 0 | 1010110 | 1011111 | 0 | 101 | 1100100 | 110101 |
Color Harmonies of #FF230D
Complementary color
Monochromatic Colors of #FF230D
Black with #FF230D
Text Example
Text Example
White with #FF230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF230D; }
p { color: rgb(255,35,13); }
H1.HeaderClassName
{
color: #FF230D;
}
.AnyTagClassName
{
color: #FF230D;
}
</style>
background-color css
<style>
a { background-color: #FF230D; }
a { background-color: rgb(255,35,13); }
div.DivClassName
{
background-color: #FF230D;
}
.BgClassName
{
background-color: #FF230D;
}
</style>
border-color css
<style>
span { border-color: #FF230D; }
span { border-color: rgb(255,35,13); }
td.TdClassName
{
border-color: #FF230D;
}
.TagClassName
{
border-color: #FF230D;
}
</style>