Shades of Scarlet #FF231D
Tints of Scarlet #FF231D
RGB
CMYK
RGB Variations
Color information
#FF231D (or 0xFF231D) is known color: Scarlet. HEX triplet: FF, 23 and 1D. RGB value is (255,35,29). Sum of RGB (Red+Green+Blue) = 255+35+29=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF231D is #00DCE2. Grayscale: #646464. Windows color (decimal): -56547 or 1909759. OLE color: 1909759.
HSL color Cylindrical-coordinate representation of color #FF231D: hue angle of 1.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF231D is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 29 | - |
| CMYK | 0 | 0.86 | 0.89 | 0 |
| HSL | 1.59º | 1% | 0.56% | - |
| HSV(B) | 1.59º | 0.89% | 1% | - |
| XYZ | 42.06 | 22.55 | 3.3 | - |
| YUV | 100.1 | 87.89 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 29 | 0 | 0.86 | 0.89 | 0 | 1.59 | 1 | 0.56 |
| Hex | FF | 23 | 1D | 0 | 56 | 59 | 0 | 2 | 64 | 38 |
| Octal | 377 | 43 | 35 | 0 | 126 | 131 | 0 | 2 | 144 | 70 |
| Binary | 11111111 | 100011 | 11101 | 0 | 1010110 | 1011001 | 0 | 10 | 1100100 | 111000 |
Color Harmonies of #FF231D
Complementary color
Monochromatic Colors of #FF231D
Black with #FF231D
Text Example
Text Example
White with #FF231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF231D; }
p { color: rgb(255,35,29); }
H1.HeaderClassName
{
color: #FF231D;
}
.AnyTagClassName
{
color: #FF231D;
}
</style>
background-color css
<style>
a { background-color: #FF231D; }
a { background-color: rgb(255,35,29); }
div.DivClassName
{
background-color: #FF231D;
}
.BgClassName
{
background-color: #FF231D;
}
</style>
border-color css
<style>
span { border-color: #FF231D; }
span { border-color: rgb(255,35,29); }
td.TdClassName
{
border-color: #FF231D;
}
.TagClassName
{
border-color: #FF231D;
}
</style>