Shades of Scarlet #FF2202
Tints of Scarlet #FF2202
RGB
CMYK
RGB Variations
Color information
#FF2202 (or 0xFF2202) is known color: Scarlet. HEX triplet: FF, 22 and 02. RGB value is (255,34,2). Sum of RGB (Red+Green+Blue) = 255+34+2=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2202 is #00DDFD. Grayscale: #606060. Windows color (decimal): -56830 or 140031. OLE color: 140031.
HSL color Cylindrical-coordinate representation of color #FF2202: hue angle of 7.59º 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 #FF2202 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0 |
| HSL | 7.59º | 1% | 0.5% | - |
| HSV(B) | 7.59º | 0.99% | 1% | - |
| XYZ | 41.82 | 22.41 | 2.18 | - |
| YUV | 96.43 | 74.72 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 2 | 0 | 0.87 | 0.99 | 0 | 7.59 | 1 | 0.5 |
| Hex | FF | 22 | 2 | 0 | 57 | 63 | 0 | 8 | 64 | 32 |
| Octal | 377 | 42 | 2 | 0 | 127 | 143 | 0 | 10 | 144 | 62 |
| Binary | 11111111 | 100010 | 10 | 0 | 1010111 | 1100011 | 0 | 1000 | 1100100 | 110010 |
Color Harmonies of #FF2202
Complementary color
Monochromatic Colors of #FF2202
Black with #FF2202
Text Example
Text Example
White with #FF2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2202; }
p { color: rgb(255,34,2); }
H1.HeaderClassName
{
color: #FF2202;
}
.AnyTagClassName
{
color: #FF2202;
}
</style>
background-color css
<style>
a { background-color: #FF2202; }
a { background-color: rgb(255,34,2); }
div.DivClassName
{
background-color: #FF2202;
}
.BgClassName
{
background-color: #FF2202;
}
</style>
border-color css
<style>
span { border-color: #FF2202; }
span { border-color: rgb(255,34,2); }
td.TdClassName
{
border-color: #FF2202;
}
.TagClassName
{
border-color: #FF2202;
}
</style>