Shades of Scarlet #FB231D
Tints of Scarlet #FB231D
RGB
CMYK
RGB Variations
Color information
#FB231D (or 0xFB231D) is known color: Scarlet. HEX triplet: FB, 23 and 1D. RGB value is (251,35,29). Sum of RGB (Red+Green+Blue) = 251+35+29=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB231D is #04DCE2. Grayscale: #636363. Windows color (decimal): -318691 or 1909755. OLE color: 1909755.
HSL color Cylindrical-coordinate representation of color #FB231D: hue angle of 1.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB231D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.02 |
| HSL | 1.62º | 0.97% | 0.55% | - |
| HSV(B) | 1.62º | 0.88% | 0.98% | - |
| XYZ | 40.61 | 21.8 | 3.23 | - |
| YUV | 98.9 | 88.56 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 29 | 0 | 0.86 | 0.88 | 0.02 | 1.62 | 0.97 | 0.55 |
| Hex | FB | 23 | 1D | 0 | 56 | 58 | 2 | 2 | 61 | 37 |
| Octal | 373 | 43 | 35 | 0 | 126 | 130 | 2 | 2 | 141 | 67 |
| Binary | 11111011 | 100011 | 11101 | 0 | 1010110 | 1011000 | 10 | 10 | 1100001 | 110111 |
Color Harmonies of #FB231D
Complementary color
Monochromatic Colors of #FB231D
Black with #FB231D
Text Example
Text Example
White with #FB231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB231D; }
p { color: rgb(251,35,29); }
H1.HeaderClassName
{
color: #FB231D;
}
.AnyTagClassName
{
color: #FB231D;
}
</style>
background-color css
<style>
a { background-color: #FB231D; }
a { background-color: rgb(251,35,29); }
div.DivClassName
{
background-color: #FB231D;
}
.BgClassName
{
background-color: #FB231D;
}
</style>
border-color css
<style>
span { border-color: #FB231D; }
span { border-color: rgb(251,35,29); }
td.TdClassName
{
border-color: #FB231D;
}
.TagClassName
{
border-color: #FB231D;
}
</style>