Shades of Radical Red #FF414B
Tints of Radical Red #FF414B
RGB
CMYK
RGB Variations
Color information
#FF414B (or 0xFF414B) is known color: Radical Red. HEX triplet: FF, 41 and 4B. RGB value is (255,65,75). Sum of RGB (Red+Green+Blue) = 255+65+75=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF414B is #00BEB4. Grayscale: #7B7B7B. Windows color (decimal): -48821 or 4932095. OLE color: 4932095.
HSL color Cylindrical-coordinate representation of color #FF414B: hue angle of 356.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF414B is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 75 | - |
| CMYK | 0 | 0.75 | 0.71 | 0 |
| HSL | 356.84º | 1% | 0.63% | - |
| HSV(B) | 356.84º | 0.75% | 1% | - |
| XYZ | 44.4 | 25.55 | 9.25 | - |
| YUV | 122.95 | 100.95 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 75 | 0 | 0.75 | 0.71 | 0 | 356.84 | 1 | 0.63 |
| Hex | FF | 41 | 4B | 0 | 4B | 47 | 0 | 165 | 64 | 3F |
| Octal | 377 | 101 | 113 | 0 | 113 | 107 | 0 | 545 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1001011 | 0 | 1001011 | 1000111 | 0 | 101100101 | 1100100 | 111111 |
Color Harmonies of #FF414B
Complementary color
Monochromatic Colors of #FF414B
Black with #FF414B
Text Example
Text Example
White with #FF414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF414B; }
p { color: rgb(255,65,75); }
H1.HeaderClassName
{
color: #FF414B;
}
.AnyTagClassName
{
color: #FF414B;
}
</style>
background-color css
<style>
a { background-color: #FF414B; }
a { background-color: rgb(255,65,75); }
div.DivClassName
{
background-color: #FF414B;
}
.BgClassName
{
background-color: #FF414B;
}
</style>
border-color css
<style>
span { border-color: #FF414B; }
span { border-color: rgb(255,65,75); }
td.TdClassName
{
border-color: #FF414B;
}
.TagClassName
{
border-color: #FF414B;
}
</style>