Shades of Radical Red #FF3243
Tints of Radical Red #FF3243
RGB
CMYK
RGB Variations
Color information
#FF3243 (or 0xFF3243) is known color: Radical Red. HEX triplet: FF, 32 and 43. RGB value is (255,50,67). Sum of RGB (Red+Green+Blue) = 255+50+67=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3243 is #00CDBC. Grayscale: #717171. Windows color (decimal): -52669 or 4403967. OLE color: 4403967.
HSL color Cylindrical-coordinate representation of color #FF3243: hue angle of 355.02º 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 #FF3243 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 67 | - |
| CMYK | 0 | 0.80 | 0.74 | 0 |
| HSL | 355.02º | 1% | 0.6% | - |
| HSV(B) | 355.02º | 0.8% | 1% | - |
| XYZ | 43.39 | 23.95 | 7.65 | - |
| YUV | 113.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 67 | 0 | 0.80 | 0.74 | 0 | 355.02 | 1 | 0.6 |
| Hex | FF | 32 | 43 | 0 | 50 | 4A | 0 | 163 | 64 | 3C |
| Octal | 377 | 62 | 103 | 0 | 120 | 112 | 0 | 543 | 144 | 74 |
| Binary | 11111111 | 110010 | 1000011 | 0 | 1010000 | 1001010 | 0 | 101100011 | 1100100 | 111100 |
Color Harmonies of #FF3243
Complementary color
Monochromatic Colors of #FF3243
Black with #FF3243
Text Example
Text Example
White with #FF3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3243; }
p { color: rgb(255,50,67); }
H1.HeaderClassName
{
color: #FF3243;
}
.AnyTagClassName
{
color: #FF3243;
}
</style>
background-color css
<style>
a { background-color: #FF3243; }
a { background-color: rgb(255,50,67); }
div.DivClassName
{
background-color: #FF3243;
}
.BgClassName
{
background-color: #FF3243;
}
</style>
border-color css
<style>
span { border-color: #FF3243; }
span { border-color: rgb(255,50,67); }
td.TdClassName
{
border-color: #FF3243;
}
.TagClassName
{
border-color: #FF3243;
}
</style>