Shades of Radical Red #FF3E42
Tints of Radical Red #FF3E42
RGB
CMYK
RGB Variations
Color information
#FF3E42 (or 0xFF3E42) is known color: Radical Red. HEX triplet: FF, 3E and 42. RGB value is (255,62,66). Sum of RGB (Red+Green+Blue) = 255+62+66=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E42 is #00C1BD. Grayscale: #787878. Windows color (decimal): -49598 or 4341503. OLE color: 4341503.
HSL color Cylindrical-coordinate representation of color #FF3E42: hue angle of 358.76º 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 #FF3E42 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 66 | - |
| CMYK | 0 | 0.76 | 0.74 | 0 |
| HSL | 358.76º | 1% | 0.62% | - |
| HSV(B) | 358.76º | 0.76% | 1% | - |
| XYZ | 43.95 | 25.1 | 7.68 | - |
| YUV | 120.16 | 97.44 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 66 | 0 | 0.76 | 0.74 | 0 | 358.76 | 1 | 0.62 |
| Hex | FF | 3E | 42 | 0 | 4C | 4A | 0 | 167 | 64 | 3E |
| Octal | 377 | 76 | 102 | 0 | 114 | 112 | 0 | 547 | 144 | 76 |
| Binary | 11111111 | 111110 | 1000010 | 0 | 1001100 | 1001010 | 0 | 101100111 | 1100100 | 111110 |
Color Harmonies of #FF3E42
Complementary color
Monochromatic Colors of #FF3E42
Black with #FF3E42
Text Example
Text Example
White with #FF3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E42; }
p { color: rgb(255,62,66); }
H1.HeaderClassName
{
color: #FF3E42;
}
.AnyTagClassName
{
color: #FF3E42;
}
</style>
background-color css
<style>
a { background-color: #FF3E42; }
a { background-color: rgb(255,62,66); }
div.DivClassName
{
background-color: #FF3E42;
}
.BgClassName
{
background-color: #FF3E42;
}
</style>
border-color css
<style>
span { border-color: #FF3E42; }
span { border-color: rgb(255,62,66); }
td.TdClassName
{
border-color: #FF3E42;
}
.TagClassName
{
border-color: #FF3E42;
}
</style>