Shades of Radical Red #FF454B
Tints of Radical Red #FF454B
RGB
CMYK
RGB Variations
Color information
#FF454B (or 0xFF454B) is known color: Radical Red. HEX triplet: FF, 45 and 4B. RGB value is (255,69,75). Sum of RGB (Red+Green+Blue) = 255+69+75=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF454B is #00BAB4. Grayscale: #7D7D7D. Windows color (decimal): -47797 or 4933119. OLE color: 4933119.
HSL color Cylindrical-coordinate representation of color #FF454B: hue angle of 358.06º 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 #FF454B is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 75 | - |
| CMYK | 0 | 0.73 | 0.71 | 0 |
| HSL | 358.06º | 1% | 0.64% | - |
| HSV(B) | 358.06º | 0.73% | 1% | - |
| XYZ | 44.64 | 26.02 | 9.33 | - |
| YUV | 125.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 75 | 0 | 0.73 | 0.71 | 0 | 358.06 | 1 | 0.64 |
| Hex | FF | 45 | 4B | 0 | 49 | 47 | 0 | 166 | 64 | 40 |
| Octal | 377 | 105 | 113 | 0 | 111 | 107 | 0 | 546 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1001011 | 0 | 1001001 | 1000111 | 0 | 101100110 | 1100100 | 1000000 |
Color Harmonies of #FF454B
Complementary color
Monochromatic Colors of #FF454B
Black with #FF454B
Text Example
Text Example
White with #FF454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF454B; }
p { color: rgb(255,69,75); }
H1.HeaderClassName
{
color: #FF454B;
}
.AnyTagClassName
{
color: #FF454B;
}
</style>
background-color css
<style>
a { background-color: #FF454B; }
a { background-color: rgb(255,69,75); }
div.DivClassName
{
background-color: #FF454B;
}
.BgClassName
{
background-color: #FF454B;
}
</style>
border-color css
<style>
span { border-color: #FF454B; }
span { border-color: rgb(255,69,75); }
td.TdClassName
{
border-color: #FF454B;
}
.TagClassName
{
border-color: #FF454B;
}
</style>