Shades of Radical Red #FF3B3F
Tints of Radical Red #FF3B3F
RGB
CMYK
RGB Variations
Color information
#FF3B3F (or 0xFF3B3F) is known color: Radical Red. HEX triplet: FF, 3B and 3F. RGB value is (255,59,63). Sum of RGB (Red+Green+Blue) = 255+59+63=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3B3F is #00C4C0. Grayscale: #767676. Windows color (decimal): -50369 or 4144127. OLE color: 4144127.
HSL color Cylindrical-coordinate representation of color #FF3B3F: hue angle of 358.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3B3F is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 63 | - |
| CMYK | 0 | 0.77 | 0.75 | 0 |
| HSL | 358.78º | 1% | 0.62% | - |
| HSV(B) | 358.78º | 0.77% | 1% | - |
| XYZ | 43.7 | 24.75 | 7.18 | - |
| YUV | 118.06 | 96.93 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 63 | 0 | 0.77 | 0.75 | 0 | 358.78 | 1 | 0.62 |
| Hex | FF | 3B | 3F | 0 | 4D | 4B | 0 | 167 | 64 | 3E |
| Octal | 377 | 73 | 77 | 0 | 115 | 113 | 0 | 547 | 144 | 76 |
| Binary | 11111111 | 111011 | 111111 | 0 | 1001101 | 1001011 | 0 | 101100111 | 1100100 | 111110 |
Color Harmonies of #FF3B3F
Complementary color
Monochromatic Colors of #FF3B3F
Black with #FF3B3F
Text Example
Text Example
White with #FF3B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B3F; }
p { color: rgb(255,59,63); }
H1.HeaderClassName
{
color: #FF3B3F;
}
.AnyTagClassName
{
color: #FF3B3F;
}
</style>
background-color css
<style>
a { background-color: #FF3B3F; }
a { background-color: rgb(255,59,63); }
div.DivClassName
{
background-color: #FF3B3F;
}
.BgClassName
{
background-color: #FF3B3F;
}
</style>
border-color css
<style>
span { border-color: #FF3B3F; }
span { border-color: rgb(255,59,63); }
td.TdClassName
{
border-color: #FF3B3F;
}
.TagClassName
{
border-color: #FF3B3F;
}
</style>