Shades of Scarlet #FF250D
Tints of Scarlet #FF250D
RGB
CMYK
RGB Variations
Color information
#FF250D (or 0xFF250D) is known color: Scarlet. HEX triplet: FF, 25 and 0D. RGB value is (255,37,13). Sum of RGB (Red+Green+Blue) = 255+37+13=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF250D is #00DAF2. Grayscale: #636363. Windows color (decimal): -56051 or 861695. OLE color: 861695.
HSL color Cylindrical-coordinate representation of color #FF250D: hue angle of 5.95º 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 #FF250D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0 |
| HSL | 5.95º | 1% | 0.53% | - |
| HSV(B) | 5.95º | 0.95% | 1% | - |
| XYZ | 41.97 | 22.61 | 2.53 | - |
| YUV | 99.45 | 79.22 | 238.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 13 | 0 | 0.85 | 0.95 | 0 | 5.95 | 1 | 0.53 |
| Hex | FF | 25 | D | 0 | 55 | 5F | 0 | 6 | 64 | 35 |
| Octal | 377 | 45 | 15 | 0 | 125 | 137 | 0 | 6 | 144 | 65 |
| Binary | 11111111 | 100101 | 1101 | 0 | 1010101 | 1011111 | 0 | 110 | 1100100 | 110101 |
Color Harmonies of #FF250D
Complementary color
Monochromatic Colors of #FF250D
Black with #FF250D
Text Example
Text Example
White with #FF250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF250D; }
p { color: rgb(255,37,13); }
H1.HeaderClassName
{
color: #FF250D;
}
.AnyTagClassName
{
color: #FF250D;
}
</style>
background-color css
<style>
a { background-color: #FF250D; }
a { background-color: rgb(255,37,13); }
div.DivClassName
{
background-color: #FF250D;
}
.BgClassName
{
background-color: #FF250D;
}
</style>
border-color css
<style>
span { border-color: #FF250D; }
span { border-color: rgb(255,37,13); }
td.TdClassName
{
border-color: #FF250D;
}
.TagClassName
{
border-color: #FF250D;
}
</style>