Shades of Radical Red #FF3242
Tints of Radical Red #FF3242
RGB
CMYK
RGB Variations
Color information
#FF3242 (or 0xFF3242) is known color: Radical Red. HEX triplet: FF, 32 and 42. RGB value is (255,50,66). Sum of RGB (Red+Green+Blue) = 255+50+66=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3242 is #00CDBD. Grayscale: #717171. Windows color (decimal): -52670 or 4338431. OLE color: 4338431.
HSL color Cylindrical-coordinate representation of color #FF3242: hue angle of 355.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3242 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 66 | - |
| CMYK | 0 | 0.80 | 0.74 | 0 |
| HSL | 355.32º | 1% | 0.6% | - |
| HSV(B) | 355.32º | 0.8% | 1% | - |
| XYZ | 43.36 | 23.93 | 7.49 | - |
| YUV | 113.12 | 101.42 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 66 | 0 | 0.80 | 0.74 | 0 | 355.32 | 1 | 0.6 |
| Hex | FF | 32 | 42 | 0 | 50 | 4A | 0 | 163 | 64 | 3C |
| Octal | 377 | 62 | 102 | 0 | 120 | 112 | 0 | 543 | 144 | 74 |
| Binary | 11111111 | 110010 | 1000010 | 0 | 1010000 | 1001010 | 0 | 101100011 | 1100100 | 111100 |
Color Harmonies of #FF3242
Complementary color
Monochromatic Colors of #FF3242
Black with #FF3242
Text Example
Text Example
White with #FF3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3242; }
p { color: rgb(255,50,66); }
H1.HeaderClassName
{
color: #FF3242;
}
.AnyTagClassName
{
color: #FF3242;
}
</style>
background-color css
<style>
a { background-color: #FF3242; }
a { background-color: rgb(255,50,66); }
div.DivClassName
{
background-color: #FF3242;
}
.BgClassName
{
background-color: #FF3242;
}
</style>
border-color css
<style>
span { border-color: #FF3242; }
span { border-color: rgb(255,50,66); }
td.TdClassName
{
border-color: #FF3242;
}
.TagClassName
{
border-color: #FF3242;
}
</style>