Shades of Radical Red #FF454A
Tints of Radical Red #FF454A
RGB
CMYK
RGB Variations
Color information
#FF454A (or 0xFF454A) is known color: Radical Red. HEX triplet: FF, 45 and 4A. RGB value is (255,69,74). Sum of RGB (Red+Green+Blue) = 255+69+74=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF454A is #00BAB5. Grayscale: #7D7D7D. Windows color (decimal): -47798 or 4867583. OLE color: 4867583.
HSL color Cylindrical-coordinate representation of color #FF454A: hue angle of 358.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF454A is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 74 | - |
| CMYK | 0 | 0.73 | 0.71 | 0 |
| HSL | 358.39º | 1% | 0.64% | - |
| HSV(B) | 358.39º | 0.73% | 1% | - |
| XYZ | 44.6 | 26.01 | 9.15 | - |
| YUV | 125.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 74 | 0 | 0.73 | 0.71 | 0 | 358.39 | 1 | 0.64 |
| Hex | FF | 45 | 4A | 0 | 49 | 47 | 0 | 166 | 64 | 40 |
| Octal | 377 | 105 | 112 | 0 | 111 | 107 | 0 | 546 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1001010 | 0 | 1001001 | 1000111 | 0 | 101100110 | 1100100 | 1000000 |
Color Harmonies of #FF454A
Complementary color
Monochromatic Colors of #FF454A
Black with #FF454A
Text Example
Text Example
White with #FF454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF454A; }
p { color: rgb(255,69,74); }
H1.HeaderClassName
{
color: #FF454A;
}
.AnyTagClassName
{
color: #FF454A;
}
</style>
background-color css
<style>
a { background-color: #FF454A; }
a { background-color: rgb(255,69,74); }
div.DivClassName
{
background-color: #FF454A;
}
.BgClassName
{
background-color: #FF454A;
}
</style>
border-color css
<style>
span { border-color: #FF454A; }
span { border-color: rgb(255,69,74); }
td.TdClassName
{
border-color: #FF454A;
}
.TagClassName
{
border-color: #FF454A;
}
</style>