Shades of Radical Red #FF424C
Tints of Radical Red #FF424C
RGB
CMYK
RGB Variations
Color information
#FF424C (or 0xFF424C) is known color: Radical Red. HEX triplet: FF, 42 and 4C. RGB value is (255,66,76). Sum of RGB (Red+Green+Blue) = 255+66+76=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF424C is #00BDB3. Grayscale: #7B7B7B. Windows color (decimal): -48564 or 4997887. OLE color: 4997887.
HSL color Cylindrical-coordinate representation of color #FF424C: hue angle of 356.83º 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 #FF424C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 76 | - |
| CMYK | 0 | 0.74 | 0.70 | 0 |
| HSL | 356.83º | 1% | 0.63% | - |
| HSV(B) | 356.83º | 0.74% | 1% | - |
| XYZ | 44.49 | 25.68 | 9.45 | - |
| YUV | 123.65 | 101.12 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 76 | 0 | 0.74 | 0.70 | 0 | 356.83 | 1 | 0.63 |
| Hex | FF | 42 | 4C | 0 | 4A | 46 | 0 | 165 | 64 | 3F |
| Octal | 377 | 102 | 114 | 0 | 112 | 106 | 0 | 545 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1001100 | 0 | 1001010 | 1000110 | 0 | 101100101 | 1100100 | 111111 |
Color Harmonies of #FF424C
Complementary color
Monochromatic Colors of #FF424C
Black with #FF424C
Text Example
Text Example
White with #FF424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF424C; }
p { color: rgb(255,66,76); }
H1.HeaderClassName
{
color: #FF424C;
}
.AnyTagClassName
{
color: #FF424C;
}
</style>
background-color css
<style>
a { background-color: #FF424C; }
a { background-color: rgb(255,66,76); }
div.DivClassName
{
background-color: #FF424C;
}
.BgClassName
{
background-color: #FF424C;
}
</style>
border-color css
<style>
span { border-color: #FF424C; }
span { border-color: rgb(255,66,76); }
td.TdClassName
{
border-color: #FF424C;
}
.TagClassName
{
border-color: #FF424C;
}
</style>