Shades of Scarlet #F12D02
Tints of Scarlet #F12D02
RGB
CMYK
RGB Variations
Color information
#F12D02 (or 0xF12D02) is known color: Scarlet. HEX triplet: F1, 2D and 02. RGB value is (241,45,2). Sum of RGB (Red+Green+Blue) = 241+45+2=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12D02 is #0ED2FD. Grayscale: #636363. Windows color (decimal): -971518 or 142833. OLE color: 142833.
HSL color Cylindrical-coordinate representation of color #F12D02: hue angle of 10.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F12D02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.05 |
| HSL | 10.79º | 0.98% | 0.48% | - |
| HSV(B) | 10.79º | 0.99% | 0.95% | - |
| XYZ | 37.22 | 20.58 | 2.07 | - |
| YUV | 98.7 | 73.43 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 2 | 0 | 0.81 | 0.99 | 0.05 | 10.79 | 0.98 | 0.48 |
| Hex | F1 | 2D | 2 | 0 | 51 | 63 | 5 | B | 62 | 30 |
| Octal | 361 | 55 | 2 | 0 | 121 | 143 | 5 | 13 | 142 | 60 |
| Binary | 11110001 | 101101 | 10 | 0 | 1010001 | 1100011 | 101 | 1011 | 1100010 | 110000 |
Color Harmonies of #F12D02
Complementary color
Monochromatic Colors of #F12D02
Black with #F12D02
Text Example
Text Example
White with #F12D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D02; }
p { color: rgb(241,45,2); }
H1.HeaderClassName
{
color: #F12D02;
}
.AnyTagClassName
{
color: #F12D02;
}
</style>
background-color css
<style>
a { background-color: #F12D02; }
a { background-color: rgb(241,45,2); }
div.DivClassName
{
background-color: #F12D02;
}
.BgClassName
{
background-color: #F12D02;
}
</style>
border-color css
<style>
span { border-color: #F12D02; }
span { border-color: rgb(241,45,2); }
td.TdClassName
{
border-color: #F12D02;
}
.TagClassName
{
border-color: #F12D02;
}
</style>