Shades of Radical Red #FF434C
Tints of Radical Red #FF434C
RGB
CMYK
RGB Variations
Color information
#FF434C (or 0xFF434C) is known color: Radical Red. HEX triplet: FF, 43 and 4C. RGB value is (255,67,76). Sum of RGB (Red+Green+Blue) = 255+67+76=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF434C is #00BCB3. Grayscale: #7C7C7C. Windows color (decimal): -48308 or 4998143. OLE color: 4998143.
HSL color Cylindrical-coordinate representation of color #FF434C: hue angle of 357.13º 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 #FF434C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 76 | - |
| CMYK | 0 | 0.74 | 0.70 | 0 |
| HSL | 357.13º | 1% | 0.63% | - |
| HSV(B) | 357.13º | 0.74% | 1% | - |
| XYZ | 44.55 | 25.8 | 9.47 | - |
| YUV | 124.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 76 | 0 | 0.74 | 0.70 | 0 | 357.13 | 1 | 0.63 |
| Hex | FF | 43 | 4C | 0 | 4A | 46 | 0 | 165 | 64 | 3F |
| Octal | 377 | 103 | 114 | 0 | 112 | 106 | 0 | 545 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1001100 | 0 | 1001010 | 1000110 | 0 | 101100101 | 1100100 | 111111 |
Color Harmonies of #FF434C
Complementary color
Monochromatic Colors of #FF434C
Black with #FF434C
Text Example
Text Example
White with #FF434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF434C; }
p { color: rgb(255,67,76); }
H1.HeaderClassName
{
color: #FF434C;
}
.AnyTagClassName
{
color: #FF434C;
}
</style>
background-color css
<style>
a { background-color: #FF434C; }
a { background-color: rgb(255,67,76); }
div.DivClassName
{
background-color: #FF434C;
}
.BgClassName
{
background-color: #FF434C;
}
</style>
border-color css
<style>
span { border-color: #FF434C; }
span { border-color: rgb(255,67,76); }
td.TdClassName
{
border-color: #FF434C;
}
.TagClassName
{
border-color: #FF434C;
}
</style>