Shades of Radical Red #FF4351
Tints of Radical Red #FF4351
RGB
CMYK
RGB Variations
Color information
#FF4351 (or 0xFF4351) is known color: Radical Red. HEX triplet: FF, 43 and 51. RGB value is (255,67,81). Sum of RGB (Red+Green+Blue) = 255+67+81=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4351 is #00BCAE. Grayscale: #7C7C7C. Windows color (decimal): -48303 or 5325823. OLE color: 5325823.
HSL color Cylindrical-coordinate representation of color #FF4351: hue angle of 355.53º 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 #FF4351 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 81 | - |
| CMYK | 0 | 0.74 | 0.68 | 0 |
| HSL | 355.53º | 1% | 0.63% | - |
| HSV(B) | 355.53º | 0.74% | 1% | - |
| XYZ | 44.73 | 25.87 | 10.42 | - |
| YUV | 124.81 | 103.28 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 81 | 0 | 0.74 | 0.68 | 0 | 355.53 | 1 | 0.63 |
| Hex | FF | 43 | 51 | 0 | 4A | 44 | 0 | 164 | 64 | 3F |
| Octal | 377 | 103 | 121 | 0 | 112 | 104 | 0 | 544 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1010001 | 0 | 1001010 | 1000100 | 0 | 101100100 | 1100100 | 111111 |
Color Harmonies of #FF4351
Complementary color
Monochromatic Colors of #FF4351
Black with #FF4351
Text Example
Text Example
White with #FF4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4351; }
p { color: rgb(255,67,81); }
H1.HeaderClassName
{
color: #FF4351;
}
.AnyTagClassName
{
color: #FF4351;
}
</style>
background-color css
<style>
a { background-color: #FF4351; }
a { background-color: rgb(255,67,81); }
div.DivClassName
{
background-color: #FF4351;
}
.BgClassName
{
background-color: #FF4351;
}
</style>
border-color css
<style>
span { border-color: #FF4351; }
span { border-color: rgb(255,67,81); }
td.TdClassName
{
border-color: #FF4351;
}
.TagClassName
{
border-color: #FF4351;
}
</style>