Shades of Radical Red #FF434D
Tints of Radical Red #FF434D
RGB
CMYK
RGB Variations
Color information
#FF434D (or 0xFF434D) is known color: Radical Red. HEX triplet: FF, 43 and 4D. RGB value is (255,67,77). Sum of RGB (Red+Green+Blue) = 255+67+77=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF434D is #00BCB2. Grayscale: #7C7C7C. Windows color (decimal): -48307 or 5063679. OLE color: 5063679.
HSL color Cylindrical-coordinate representation of color #FF434D: hue angle of 356.81º 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 #FF434D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 77 | - |
| CMYK | 0 | 0.74 | 0.70 | 0 |
| HSL | 356.81º | 1% | 0.63% | - |
| HSV(B) | 356.81º | 0.74% | 1% | - |
| XYZ | 44.59 | 25.81 | 9.65 | - |
| YUV | 124.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 77 | 0 | 0.74 | 0.70 | 0 | 356.81 | 1 | 0.63 |
| Hex | FF | 43 | 4D | 0 | 4A | 46 | 0 | 165 | 64 | 3F |
| Octal | 377 | 103 | 115 | 0 | 112 | 106 | 0 | 545 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1001101 | 0 | 1001010 | 1000110 | 0 | 101100101 | 1100100 | 111111 |
Color Harmonies of #FF434D
Complementary color
Monochromatic Colors of #FF434D
Black with #FF434D
Text Example
Text Example
White with #FF434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF434D; }
p { color: rgb(255,67,77); }
H1.HeaderClassName
{
color: #FF434D;
}
.AnyTagClassName
{
color: #FF434D;
}
</style>
background-color css
<style>
a { background-color: #FF434D; }
a { background-color: rgb(255,67,77); }
div.DivClassName
{
background-color: #FF434D;
}
.BgClassName
{
background-color: #FF434D;
}
</style>
border-color css
<style>
span { border-color: #FF434D; }
span { border-color: rgb(255,67,77); }
td.TdClassName
{
border-color: #FF434D;
}
.TagClassName
{
border-color: #FF434D;
}
</style>