Shades of Radical Red #FF424A
Tints of Radical Red #FF424A
RGB
CMYK
RGB Variations
Color information
#FF424A (or 0xFF424A) is known color: Radical Red. HEX triplet: FF, 42 and 4A. RGB value is (255,66,74). Sum of RGB (Red+Green+Blue) = 255+66+74=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF424A is #00BDB5. Grayscale: #7B7B7B. Windows color (decimal): -48566 or 4866815. OLE color: 4866815.
HSL color Cylindrical-coordinate representation of color #FF424A: hue angle of 357.46º 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 #FF424A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 74 | - |
| CMYK | 0 | 0.74 | 0.71 | 0 |
| HSL | 357.46º | 1% | 0.63% | - |
| HSV(B) | 357.46º | 0.74% | 1% | - |
| XYZ | 44.42 | 25.65 | 9.09 | - |
| YUV | 123.42 | 100.12 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 74 | 0 | 0.74 | 0.71 | 0 | 357.46 | 1 | 0.63 |
| Hex | FF | 42 | 4A | 0 | 4A | 47 | 0 | 165 | 64 | 3F |
| Octal | 377 | 102 | 112 | 0 | 112 | 107 | 0 | 545 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1001010 | 0 | 1001010 | 1000111 | 0 | 101100101 | 1100100 | 111111 |
Color Harmonies of #FF424A
Complementary color
Monochromatic Colors of #FF424A
Black with #FF424A
Text Example
Text Example
White with #FF424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF424A; }
p { color: rgb(255,66,74); }
H1.HeaderClassName
{
color: #FF424A;
}
.AnyTagClassName
{
color: #FF424A;
}
</style>
background-color css
<style>
a { background-color: #FF424A; }
a { background-color: rgb(255,66,74); }
div.DivClassName
{
background-color: #FF424A;
}
.BgClassName
{
background-color: #FF424A;
}
</style>
border-color css
<style>
span { border-color: #FF424A; }
span { border-color: rgb(255,66,74); }
td.TdClassName
{
border-color: #FF424A;
}
.TagClassName
{
border-color: #FF424A;
}
</style>