Shades of Radical Red #FF4353
Tints of Radical Red #FF4353
RGB
CMYK
RGB Variations
Color information
#FF4353 (or 0xFF4353) is known color: Radical Red. HEX triplet: FF, 43 and 53. RGB value is (255,67,83). Sum of RGB (Red+Green+Blue) = 255+67+83=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4353 is #00BCAC. Grayscale: #7D7D7D. Windows color (decimal): -48301 or 5456895. OLE color: 5456895.
HSL color Cylindrical-coordinate representation of color #FF4353: hue angle of 354.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4353 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 83 | - |
| CMYK | 0 | 0.74 | 0.67 | 0 |
| HSL | 354.89º | 1% | 0.63% | - |
| HSV(B) | 354.89º | 0.74% | 1% | - |
| XYZ | 44.81 | 25.9 | 10.82 | - |
| YUV | 125.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 83 | 0 | 0.74 | 0.67 | 0 | 354.89 | 1 | 0.63 |
| Hex | FF | 43 | 53 | 0 | 4A | 43 | 0 | 163 | 64 | 3F |
| Octal | 377 | 103 | 123 | 0 | 112 | 103 | 0 | 543 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1010011 | 0 | 1001010 | 1000011 | 0 | 101100011 | 1100100 | 111111 |
Color Harmonies of #FF4353
Complementary color
Monochromatic Colors of #FF4353
Black with #FF4353
Text Example
Text Example
White with #FF4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4353; }
p { color: rgb(255,67,83); }
H1.HeaderClassName
{
color: #FF4353;
}
.AnyTagClassName
{
color: #FF4353;
}
</style>
background-color css
<style>
a { background-color: #FF4353; }
a { background-color: rgb(255,67,83); }
div.DivClassName
{
background-color: #FF4353;
}
.BgClassName
{
background-color: #FF4353;
}
</style>
border-color css
<style>
span { border-color: #FF4353; }
span { border-color: rgb(255,67,83); }
td.TdClassName
{
border-color: #FF4353;
}
.TagClassName
{
border-color: #FF4353;
}
</style>