Shades of Scarlet #F23301
Tints of Scarlet #F23301
RGB
CMYK
RGB Variations
Color information
#F23301 (or 0xF23301) is known color: Scarlet. HEX triplet: F2, 33 and 01. RGB value is (242,51,1). Sum of RGB (Red+Green+Blue) = 242+51+1=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F23301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23301 is #0DCCFE. Grayscale: #666666. Windows color (decimal): -904447 or 78834. OLE color: 78834.
HSL color Cylindrical-coordinate representation of color #F23301: hue angle of 12.45º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F23301 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.05 |
| HSL | 12.45º | 0.99% | 0.48% | - |
| HSV(B) | 12.45º | 1% | 0.95% | - |
| XYZ | 37.81 | 21.25 | 2.14 | - |
| YUV | 102.41 | 70.78 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 1 | 0 | 0.79 | 1.00 | 0.05 | 12.45 | 0.99 | 0.48 |
| Hex | F2 | 33 | 1 | 0 | 4F | 64 | 5 | C | 63 | 30 |
| Octal | 362 | 63 | 1 | 0 | 117 | 144 | 5 | 14 | 143 | 60 |
| Binary | 11110010 | 110011 | 1 | 0 | 1001111 | 1100100 | 101 | 1100 | 1100011 | 110000 |
Color Harmonies of #F23301
Complementary color
Monochromatic Colors of #F23301
Black with #F23301
Text Example
Text Example
White with #F23301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23301; }
p { color: rgb(242,51,1); }
H1.HeaderClassName
{
color: #F23301;
}
.AnyTagClassName
{
color: #F23301;
}
</style>
background-color css
<style>
a { background-color: #F23301; }
a { background-color: rgb(242,51,1); }
div.DivClassName
{
background-color: #F23301;
}
.BgClassName
{
background-color: #F23301;
}
</style>
border-color css
<style>
span { border-color: #F23301; }
span { border-color: rgb(242,51,1); }
td.TdClassName
{
border-color: #F23301;
}
.TagClassName
{
border-color: #F23301;
}
</style>