Shades of Radical Red #FF3C67
Tints of Radical Red #FF3C67
RGB
CMYK
RGB Variations
Color information
#FF3C67 (or 0xFF3C67) is known color: Radical Red. HEX triplet: FF, 3C and 67. RGB value is (255,60,103). Sum of RGB (Red+Green+Blue) = 255+60+103=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C67 is #00C398. Grayscale: #7B7B7B. Windows color (decimal): -50073 or 6765823. OLE color: 6765823.
HSL color Cylindrical-coordinate representation of color #FF3C67: hue angle of 346.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3C67 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 103 | - |
| CMYK | 0 | 0.76 | 0.60 | 0 |
| HSL | 346.77º | 1% | 0.62% | - |
| HSV(B) | 346.77º | 0.76% | 1% | - |
| XYZ | 45.3 | 25.47 | 15.36 | - |
| YUV | 123.21 | 116.6 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 103 | 0 | 0.76 | 0.60 | 0 | 346.77 | 1 | 0.62 |
| Hex | FF | 3C | 67 | 0 | 4C | 3C | 0 | 15B | 64 | 3E |
| Octal | 377 | 74 | 147 | 0 | 114 | 74 | 0 | 533 | 144 | 76 |
| Binary | 11111111 | 111100 | 1100111 | 0 | 1001100 | 111100 | 0 | 101011011 | 1100100 | 111110 |
Color Harmonies of #FF3C67
Complementary color
Monochromatic Colors of #FF3C67
Black with #FF3C67
Text Example
Text Example
White with #FF3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C67; }
p { color: rgb(255,60,103); }
H1.HeaderClassName
{
color: #FF3C67;
}
.AnyTagClassName
{
color: #FF3C67;
}
</style>
background-color css
<style>
a { background-color: #FF3C67; }
a { background-color: rgb(255,60,103); }
div.DivClassName
{
background-color: #FF3C67;
}
.BgClassName
{
background-color: #FF3C67;
}
</style>
border-color css
<style>
span { border-color: #FF3C67; }
span { border-color: rgb(255,60,103); }
td.TdClassName
{
border-color: #FF3C67;
}
.TagClassName
{
border-color: #FF3C67;
}
</style>