Shades of Scarlet #FB1D0C
Tints of Scarlet #FB1D0C
RGB
CMYK
RGB Variations
Color information
#FB1D0C (or 0xFB1D0C) is known color: Scarlet. HEX triplet: FB, 1D and 0C. RGB value is (251,29,12). Sum of RGB (Red+Green+Blue) = 251+29+12=292 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.96% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1D0C is #04E2F3. Grayscale: #5D5D5D. Windows color (decimal): -320244 or 794107. OLE color: 794107.
HSL color Cylindrical-coordinate representation of color #FB1D0C: hue angle of 4.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB1D0C is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 12 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.02 |
| HSL | 4.27º | 0.97% | 0.52% | - |
| HSV(B) | 4.27º | 0.95% | 0.98% | - |
| XYZ | 40.29 | 21.41 | 2.36 | - |
| YUV | 93.44 | 82.05 | 240.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 12 | 0 | 0.88 | 0.95 | 0.02 | 4.27 | 0.97 | 0.52 |
| Hex | FB | 1D | C | 0 | 58 | 5F | 2 | 4 | 61 | 34 |
| Octal | 373 | 35 | 14 | 0 | 130 | 137 | 2 | 4 | 141 | 64 |
| Binary | 11111011 | 11101 | 1100 | 0 | 1011000 | 1011111 | 10 | 100 | 1100001 | 110100 |
Color Harmonies of #FB1D0C
Complementary color
Monochromatic Colors of #FB1D0C
Black with #FB1D0C
Text Example
Text Example
White with #FB1D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D0C; }
p { color: rgb(251,29,12); }
H1.HeaderClassName
{
color: #FB1D0C;
}
.AnyTagClassName
{
color: #FB1D0C;
}
</style>
background-color css
<style>
a { background-color: #FB1D0C; }
a { background-color: rgb(251,29,12); }
div.DivClassName
{
background-color: #FB1D0C;
}
.BgClassName
{
background-color: #FB1D0C;
}
</style>
border-color css
<style>
span { border-color: #FB1D0C; }
span { border-color: rgb(251,29,12); }
td.TdClassName
{
border-color: #FB1D0C;
}
.TagClassName
{
border-color: #FB1D0C;
}
</style>