Shades of Radical Red #FF3045
Tints of Radical Red #FF3045
RGB
CMYK
RGB Variations
Color information
#FF3045 (or 0xFF3045) is known color: Radical Red. HEX triplet: FF, 30 and 45. RGB value is (255,48,69). Sum of RGB (Red+Green+Blue) = 255+48+69=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3045 is #00CFBA. Grayscale: #707070. Windows color (decimal): -53179 or 4534527. OLE color: 4534527.
HSL color Cylindrical-coordinate representation of color #FF3045: hue angle of 353.91º 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 #FF3045 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 69 | - |
| CMYK | 0 | 0.81 | 0.73 | 0 |
| HSL | 353.91º | 1% | 0.59% | - |
| HSV(B) | 353.91º | 0.81% | 1% | - |
| XYZ | 43.37 | 23.8 | 7.94 | - |
| YUV | 112.29 | 103.58 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 69 | 0 | 0.81 | 0.73 | 0 | 353.91 | 1 | 0.59 |
| Hex | FF | 30 | 45 | 0 | 51 | 49 | 0 | 162 | 64 | 3B |
| Octal | 377 | 60 | 105 | 0 | 121 | 111 | 0 | 542 | 144 | 73 |
| Binary | 11111111 | 110000 | 1000101 | 0 | 1010001 | 1001001 | 0 | 101100010 | 1100100 | 111011 |
Color Harmonies of #FF3045
Complementary color
Monochromatic Colors of #FF3045
Black with #FF3045
Text Example
Text Example
White with #FF3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3045; }
p { color: rgb(255,48,69); }
H1.HeaderClassName
{
color: #FF3045;
}
.AnyTagClassName
{
color: #FF3045;
}
</style>
background-color css
<style>
a { background-color: #FF3045; }
a { background-color: rgb(255,48,69); }
div.DivClassName
{
background-color: #FF3045;
}
.BgClassName
{
background-color: #FF3045;
}
</style>
border-color css
<style>
span { border-color: #FF3045; }
span { border-color: rgb(255,48,69); }
td.TdClassName
{
border-color: #FF3045;
}
.TagClassName
{
border-color: #FF3045;
}
</style>