Shades of Radical Red #FF3A4B
Tints of Radical Red #FF3A4B
RGB
CMYK
RGB Variations
Color information
#FF3A4B (or 0xFF3A4B) is known color: Radical Red. HEX triplet: FF, 3A and 4B. RGB value is (255,58,75). Sum of RGB (Red+Green+Blue) = 255+58+75=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A4B is #00C5B4. Grayscale: #767676. Windows color (decimal): -50613 or 4930303. OLE color: 4930303.
HSL color Cylindrical-coordinate representation of color #FF3A4B: hue angle of 354.82º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3A4B is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 75 | - |
| CMYK | 0 | 0.77 | 0.71 | 0 |
| HSL | 354.82º | 1% | 0.61% | - |
| HSV(B) | 354.82º | 0.77% | 1% | - |
| XYZ | 44.02 | 24.79 | 9.12 | - |
| YUV | 118.84 | 103.27 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 75 | 0 | 0.77 | 0.71 | 0 | 354.82 | 1 | 0.61 |
| Hex | FF | 3A | 4B | 0 | 4D | 47 | 0 | 163 | 64 | 3D |
| Octal | 377 | 72 | 113 | 0 | 115 | 107 | 0 | 543 | 144 | 75 |
| Binary | 11111111 | 111010 | 1001011 | 0 | 1001101 | 1000111 | 0 | 101100011 | 1100100 | 111101 |
Color Harmonies of #FF3A4B
Complementary color
Monochromatic Colors of #FF3A4B
Black with #FF3A4B
Text Example
Text Example
White with #FF3A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A4B; }
p { color: rgb(255,58,75); }
H1.HeaderClassName
{
color: #FF3A4B;
}
.AnyTagClassName
{
color: #FF3A4B;
}
</style>
background-color css
<style>
a { background-color: #FF3A4B; }
a { background-color: rgb(255,58,75); }
div.DivClassName
{
background-color: #FF3A4B;
}
.BgClassName
{
background-color: #FF3A4B;
}
</style>
border-color css
<style>
span { border-color: #FF3A4B; }
span { border-color: rgb(255,58,75); }
td.TdClassName
{
border-color: #FF3A4B;
}
.TagClassName
{
border-color: #FF3A4B;
}
</style>