Shades of Radical Red #FF4350
Tints of Radical Red #FF4350
RGB
CMYK
RGB Variations
Color information
#FF4350 (or 0xFF4350) is known color: Radical Red. HEX triplet: FF, 43 and 50. RGB value is (255,67,80). Sum of RGB (Red+Green+Blue) = 255+67+80=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4350 is #00BCAF. Grayscale: #7C7C7C. Windows color (decimal): -48304 or 5260287. OLE color: 5260287.
HSL color Cylindrical-coordinate representation of color #FF4350: hue angle of 355.85º 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 #FF4350 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 80 | - |
| CMYK | 0 | 0.74 | 0.69 | 0 |
| HSL | 355.85º | 1% | 0.63% | - |
| HSV(B) | 355.85º | 0.74% | 1% | - |
| XYZ | 44.7 | 25.85 | 10.22 | - |
| YUV | 124.69 | 102.78 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 80 | 0 | 0.74 | 0.69 | 0 | 355.85 | 1 | 0.63 |
| Hex | FF | 43 | 50 | 0 | 4A | 45 | 0 | 164 | 64 | 3F |
| Octal | 377 | 103 | 120 | 0 | 112 | 105 | 0 | 544 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1010000 | 0 | 1001010 | 1000101 | 0 | 101100100 | 1100100 | 111111 |
Color Harmonies of #FF4350
Complementary color
Monochromatic Colors of #FF4350
Black with #FF4350
Text Example
Text Example
White with #FF4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4350; }
p { color: rgb(255,67,80); }
H1.HeaderClassName
{
color: #FF4350;
}
.AnyTagClassName
{
color: #FF4350;
}
</style>
background-color css
<style>
a { background-color: #FF4350; }
a { background-color: rgb(255,67,80); }
div.DivClassName
{
background-color: #FF4350;
}
.BgClassName
{
background-color: #FF4350;
}
</style>
border-color css
<style>
span { border-color: #FF4350; }
span { border-color: rgb(255,67,80); }
td.TdClassName
{
border-color: #FF4350;
}
.TagClassName
{
border-color: #FF4350;
}
</style>