Shades of Radical Red #FF435C
Tints of Radical Red #FF435C
RGB
CMYK
RGB Variations
Color information
#FF435C (or 0xFF435C) is known color: Radical Red. HEX triplet: FF, 43 and 5C. RGB value is (255,67,92). Sum of RGB (Red+Green+Blue) = 255+67+92=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF435C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF435C is #00BCA3. Grayscale: #7E7E7E. Windows color (decimal): -48292 or 6046719. OLE color: 6046719.
HSL color Cylindrical-coordinate representation of color #FF435C: hue angle of 352.02º 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 #FF435C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 92 | - |
| CMYK | 0 | 0.74 | 0.64 | 0 |
| HSL | 352.02º | 1% | 0.63% | - |
| HSV(B) | 352.02º | 0.74% | 1% | - |
| XYZ | 45.18 | 26.05 | 12.77 | - |
| YUV | 126.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 92 | 0 | 0.74 | 0.64 | 0 | 352.02 | 1 | 0.63 |
| Hex | FF | 43 | 5C | 0 | 4A | 40 | 0 | 160 | 64 | 3F |
| Octal | 377 | 103 | 134 | 0 | 112 | 100 | 0 | 540 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1011100 | 0 | 1001010 | 1000000 | 0 | 101100000 | 1100100 | 111111 |
Color Harmonies of #FF435C
Complementary color
Monochromatic Colors of #FF435C
Black with #FF435C
Text Example
Text Example
White with #FF435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF435C; }
p { color: rgb(255,67,92); }
H1.HeaderClassName
{
color: #FF435C;
}
.AnyTagClassName
{
color: #FF435C;
}
</style>
background-color css
<style>
a { background-color: #FF435C; }
a { background-color: rgb(255,67,92); }
div.DivClassName
{
background-color: #FF435C;
}
.BgClassName
{
background-color: #FF435C;
}
</style>
border-color css
<style>
span { border-color: #FF435C; }
span { border-color: rgb(255,67,92); }
td.TdClassName
{
border-color: #FF435C;
}
.TagClassName
{
border-color: #FF435C;
}
</style>