Shades of Scarlet #FF3402
Tints of Scarlet #FF3402
RGB
CMYK
RGB Variations
Color information
#FF3402 (or 0xFF3402) is known color: Scarlet. HEX triplet: FF, 34 and 02. RGB value is (255,52,2). Sum of RGB (Red+Green+Blue) = 255+52+2=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3402 is #00CBFD. Grayscale: #6B6B6B. Windows color (decimal): -52222 or 144639. OLE color: 144639.
HSL color Cylindrical-coordinate representation of color #FF3402: hue angle of 11.86º 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 #FF3402 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0 |
| HSL | 11.86º | 1% | 0.5% | - |
| HSV(B) | 11.86º | 0.99% | 1% | - |
| XYZ | 42.48 | 23.72 | 2.4 | - |
| YUV | 107 | 68.75 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 2 | 0 | 0.80 | 0.99 | 0 | 11.86 | 1 | 0.5 |
| Hex | FF | 34 | 2 | 0 | 50 | 63 | 0 | C | 64 | 32 |
| Octal | 377 | 64 | 2 | 0 | 120 | 143 | 0 | 14 | 144 | 62 |
| Binary | 11111111 | 110100 | 10 | 0 | 1010000 | 1100011 | 0 | 1100 | 1100100 | 110010 |
Color Harmonies of #FF3402
Complementary color
Monochromatic Colors of #FF3402
Black with #FF3402
Text Example
Text Example
White with #FF3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3402; }
p { color: rgb(255,52,2); }
H1.HeaderClassName
{
color: #FF3402;
}
.AnyTagClassName
{
color: #FF3402;
}
</style>
background-color css
<style>
a { background-color: #FF3402; }
a { background-color: rgb(255,52,2); }
div.DivClassName
{
background-color: #FF3402;
}
.BgClassName
{
background-color: #FF3402;
}
</style>
border-color css
<style>
span { border-color: #FF3402; }
span { border-color: rgb(255,52,2); }
td.TdClassName
{
border-color: #FF3402;
}
.TagClassName
{
border-color: #FF3402;
}
</style>