Shades of Radical Red #FF435D
Tints of Radical Red #FF435D
RGB
CMYK
RGB Variations
Color information
#FF435D (or 0xFF435D) is known color: Radical Red. HEX triplet: FF, 43 and 5D. RGB value is (255,67,93). Sum of RGB (Red+Green+Blue) = 255+67+93=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF435D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF435D is #00BCA2. Grayscale: #7E7E7E. Windows color (decimal): -48291 or 6112255. OLE color: 6112255.
HSL color Cylindrical-coordinate representation of color #FF435D: hue angle of 351.7º 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 #FF435D is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 93 | - |
| CMYK | 0 | 0.74 | 0.64 | 0 |
| HSL | 351.7º | 1% | 0.63% | - |
| HSV(B) | 351.7º | 0.74% | 1% | - |
| XYZ | 45.22 | 26.06 | 13 | - |
| YUV | 126.18 | 109.28 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 93 | 0 | 0.74 | 0.64 | 0 | 351.7 | 1 | 0.63 |
| Hex | FF | 43 | 5D | 0 | 4A | 40 | 0 | 160 | 64 | 3F |
| Octal | 377 | 103 | 135 | 0 | 112 | 100 | 0 | 540 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1011101 | 0 | 1001010 | 1000000 | 0 | 101100000 | 1100100 | 111111 |
Color Harmonies of #FF435D
Complementary color
Monochromatic Colors of #FF435D
Black with #FF435D
Text Example
Text Example
White with #FF435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF435D; }
p { color: rgb(255,67,93); }
H1.HeaderClassName
{
color: #FF435D;
}
.AnyTagClassName
{
color: #FF435D;
}
</style>
background-color css
<style>
a { background-color: #FF435D; }
a { background-color: rgb(255,67,93); }
div.DivClassName
{
background-color: #FF435D;
}
.BgClassName
{
background-color: #FF435D;
}
</style>
border-color css
<style>
span { border-color: #FF435D; }
span { border-color: rgb(255,67,93); }
td.TdClassName
{
border-color: #FF435D;
}
.TagClassName
{
border-color: #FF435D;
}
</style>