Shades of Radical Red #FF3042
Tints of Radical Red #FF3042
RGB
CMYK
RGB Variations
Color information
#FF3042 (or 0xFF3042) is known color: Radical Red. HEX triplet: FF, 30 and 42. RGB value is (255,48,66). Sum of RGB (Red+Green+Blue) = 255+48+66=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3042 is #00CFBD. Grayscale: #707070. Windows color (decimal): -53182 or 4337919. OLE color: 4337919.
HSL color Cylindrical-coordinate representation of color #FF3042: hue angle of 354.78º 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 #FF3042 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 66 | - |
| CMYK | 0 | 0.81 | 0.74 | 0 |
| HSL | 354.78º | 1% | 0.59% | - |
| HSV(B) | 354.78º | 0.81% | 1% | - |
| XYZ | 43.28 | 23.77 | 7.46 | - |
| YUV | 111.95 | 102.08 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 66 | 0 | 0.81 | 0.74 | 0 | 354.78 | 1 | 0.59 |
| Hex | FF | 30 | 42 | 0 | 51 | 4A | 0 | 163 | 64 | 3B |
| Octal | 377 | 60 | 102 | 0 | 121 | 112 | 0 | 543 | 144 | 73 |
| Binary | 11111111 | 110000 | 1000010 | 0 | 1010001 | 1001010 | 0 | 101100011 | 1100100 | 111011 |
Color Harmonies of #FF3042
Complementary color
Monochromatic Colors of #FF3042
Black with #FF3042
Text Example
Text Example
White with #FF3042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3042; }
p { color: rgb(255,48,66); }
H1.HeaderClassName
{
color: #FF3042;
}
.AnyTagClassName
{
color: #FF3042;
}
</style>
background-color css
<style>
a { background-color: #FF3042; }
a { background-color: rgb(255,48,66); }
div.DivClassName
{
background-color: #FF3042;
}
.BgClassName
{
background-color: #FF3042;
}
</style>
border-color css
<style>
span { border-color: #FF3042; }
span { border-color: rgb(255,48,66); }
td.TdClassName
{
border-color: #FF3042;
}
.TagClassName
{
border-color: #FF3042;
}
</style>