Shades of Scarlet #FF231A
Tints of Scarlet #FF231A
RGB
CMYK
RGB Variations
Color information
#FF231A (or 0xFF231A) is known color: Scarlet. HEX triplet: FF, 23 and 1A. RGB value is (255,35,26). Sum of RGB (Red+Green+Blue) = 255+35+26=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF231A is #00DCE5. Grayscale: #646464. Windows color (decimal): -56550 or 1713151. OLE color: 1713151.
HSL color Cylindrical-coordinate representation of color #FF231A: hue angle of 2.36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF231A is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 26 | - |
| CMYK | 0 | 0.86 | 0.90 | 0 |
| HSL | 2.36º | 1% | 0.55% | - |
| HSV(B) | 2.36º | 0.9% | 1% | - |
| XYZ | 42.03 | 22.54 | 3.11 | - |
| YUV | 99.75 | 86.39 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 26 | 0 | 0.86 | 0.90 | 0 | 2.36 | 1 | 0.55 |
| Hex | FF | 23 | 1A | 0 | 56 | 5A | 0 | 2 | 64 | 37 |
| Octal | 377 | 43 | 32 | 0 | 126 | 132 | 0 | 2 | 144 | 67 |
| Binary | 11111111 | 100011 | 11010 | 0 | 1010110 | 1011010 | 0 | 10 | 1100100 | 110111 |
Color Harmonies of #FF231A
Complementary color
Monochromatic Colors of #FF231A
Black with #FF231A
Text Example
Text Example
White with #FF231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF231A; }
p { color: rgb(255,35,26); }
H1.HeaderClassName
{
color: #FF231A;
}
.AnyTagClassName
{
color: #FF231A;
}
</style>
background-color css
<style>
a { background-color: #FF231A; }
a { background-color: rgb(255,35,26); }
div.DivClassName
{
background-color: #FF231A;
}
.BgClassName
{
background-color: #FF231A;
}
</style>
border-color css
<style>
span { border-color: #FF231A; }
span { border-color: rgb(255,35,26); }
td.TdClassName
{
border-color: #FF231A;
}
.TagClassName
{
border-color: #FF231A;
}
</style>