Shades of Scarlet #F42B05
Tints of Scarlet #F42B05
RGB
CMYK
RGB Variations
Color information
#F42B05 (or 0xF42B05) is known color: Scarlet. HEX triplet: F4, 2B and 05. RGB value is (244,43,5). Sum of RGB (Red+Green+Blue) = 244+43+5=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42B05 is #0BD4FA. Grayscale: #636363. Windows color (decimal): -775419 or 338932. OLE color: 338932.
HSL color Cylindrical-coordinate representation of color #F42B05: hue angle of 9.54º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F42B05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 43 | 5 | - |
CMYK | 0 | 0.82 | 0.98 | 0.04 |
HSL | 9.54º | 0.96% | 0.49% | - |
HSV(B) | 9.54º | 0.98% | 0.96% | - |
XYZ | 38.2 | 20.97 | 2.18 | - |
YUV | 98.77 | 75.09 | 231.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 43 | 5 | 0 | 0.82 | 0.98 | 0.04 | 9.54 | 0.96 | 0.49 |
Hex | F4 | 2B | 5 | 0 | 52 | 62 | 4 | A | 60 | 31 |
Octal | 364 | 53 | 5 | 0 | 122 | 142 | 4 | 12 | 140 | 61 |
Binary | 11110100 | 101011 | 101 | 0 | 1010010 | 1100010 | 100 | 1010 | 1100000 | 110001 |
Color Harmonies of #F42B05
Complementary color
Monochromatic Colors of #F42B05
Black with #F42B05
Text Example
Text Example
White with #F42B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42B05; }
p { color: rgb(244,43,5); }
H1.HeaderClassName
{
color: #F42B05;
}
.AnyTagClassName
{
color: #F42B05;
}
</style>
background-color css
<style>
a { background-color: #F42B05; }
a { background-color: rgb(244,43,5); }
div.DivClassName
{
background-color: #F42B05;
}
.BgClassName
{
background-color: #F42B05;
}
</style>
border-color css
<style>
span { border-color: #F42B05; }
span { border-color: rgb(244,43,5); }
td.TdClassName
{
border-color: #F42B05;
}
.TagClassName
{
border-color: #F42B05;
}
</style>