Shades of Scarlet #FF1B02
Tints of Scarlet #FF1B02
RGB
CMYK
RGB Variations
Color information
#FF1B02 (or 0xFF1B02) is known color: Scarlet. HEX triplet: FF, 1B and 02. RGB value is (255,27,2). Sum of RGB (Red+Green+Blue) = 255+27+2=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1B02 is #00E4FD. Grayscale: #5C5C5C. Windows color (decimal): -58622 or 138239. OLE color: 138239.
HSL color Cylindrical-coordinate representation of color #FF1B02: hue angle of 5.93º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF1B02 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0 |
| HSL | 5.93º | 1% | 0.5% | - |
| HSV(B) | 5.93º | 0.99% | 1% | - |
| XYZ | 41.64 | 22.05 | 2.12 | - |
| YUV | 92.32 | 77.04 | 244.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 2 | 0 | 0.89 | 0.99 | 0 | 5.93 | 1 | 0.5 |
| Hex | FF | 1B | 2 | 0 | 59 | 63 | 0 | 6 | 64 | 32 |
| Octal | 377 | 33 | 2 | 0 | 131 | 143 | 0 | 6 | 144 | 62 |
| Binary | 11111111 | 11011 | 10 | 0 | 1011001 | 1100011 | 0 | 110 | 1100100 | 110010 |
Color Harmonies of #FF1B02
Complementary color
Monochromatic Colors of #FF1B02
Black with #FF1B02
Text Example
Text Example
White with #FF1B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B02; }
p { color: rgb(255,27,2); }
H1.HeaderClassName
{
color: #FF1B02;
}
.AnyTagClassName
{
color: #FF1B02;
}
</style>
background-color css
<style>
a { background-color: #FF1B02; }
a { background-color: rgb(255,27,2); }
div.DivClassName
{
background-color: #FF1B02;
}
.BgClassName
{
background-color: #FF1B02;
}
</style>
border-color css
<style>
span { border-color: #FF1B02; }
span { border-color: rgb(255,27,2); }
td.TdClassName
{
border-color: #FF1B02;
}
.TagClassName
{
border-color: #FF1B02;
}
</style>