Shades of Radical Red #FF304B
Tints of Radical Red #FF304B
RGB
CMYK
RGB Variations
Color information
#FF304B (or 0xFF304B) is known color: Radical Red. HEX triplet: FF, 30 and 4B. RGB value is (255,48,75). Sum of RGB (Red+Green+Blue) = 255+48+75=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF304B is #00CFB4. Grayscale: #717171. Windows color (decimal): -53173 or 4927743. OLE color: 4927743.
HSL color Cylindrical-coordinate representation of color #FF304B: hue angle of 352.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF304B is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 75 | - |
| CMYK | 0 | 0.81 | 0.71 | 0 |
| HSL | 352.17º | 1% | 0.59% | - |
| HSV(B) | 352.17º | 0.81% | 1% | - |
| XYZ | 43.57 | 23.88 | 8.97 | - |
| YUV | 112.97 | 106.58 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 75 | 0 | 0.81 | 0.71 | 0 | 352.17 | 1 | 0.59 |
| Hex | FF | 30 | 4B | 0 | 51 | 47 | 0 | 160 | 64 | 3B |
| Octal | 377 | 60 | 113 | 0 | 121 | 107 | 0 | 540 | 144 | 73 |
| Binary | 11111111 | 110000 | 1001011 | 0 | 1010001 | 1000111 | 0 | 101100000 | 1100100 | 111011 |
Color Harmonies of #FF304B
Complementary color
Monochromatic Colors of #FF304B
Black with #FF304B
Text Example
Text Example
White with #FF304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF304B; }
p { color: rgb(255,48,75); }
H1.HeaderClassName
{
color: #FF304B;
}
.AnyTagClassName
{
color: #FF304B;
}
</style>
background-color css
<style>
a { background-color: #FF304B; }
a { background-color: rgb(255,48,75); }
div.DivClassName
{
background-color: #FF304B;
}
.BgClassName
{
background-color: #FF304B;
}
</style>
border-color css
<style>
span { border-color: #FF304B; }
span { border-color: rgb(255,48,75); }
td.TdClassName
{
border-color: #FF304B;
}
.TagClassName
{
border-color: #FF304B;
}
</style>