Shades of Radical Red #FF2C42
Tints of Radical Red #FF2C42
RGB
CMYK
RGB Variations
Color information
#FF2C42 (or 0xFF2C42) is known color: Radical Red. HEX triplet: FF, 2C and 42. RGB value is (255,44,66). Sum of RGB (Red+Green+Blue) = 255+44+66=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2C42 is #00D3BD. Grayscale: #6D6D6D. Windows color (decimal): -54206 or 4336895. OLE color: 4336895.
HSL color Cylindrical-coordinate representation of color #FF2C42: hue angle of 353.74º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2C42 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 66 | - |
| CMYK | 0 | 0.83 | 0.74 | 0 |
| HSL | 353.74º | 1% | 0.59% | - |
| HSV(B) | 353.74º | 0.83% | 1% | - |
| XYZ | 43.12 | 23.45 | 7.41 | - |
| YUV | 109.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 66 | 0 | 0.83 | 0.74 | 0 | 353.74 | 1 | 0.59 |
| Hex | FF | 2C | 42 | 0 | 53 | 4A | 0 | 162 | 64 | 3B |
| Octal | 377 | 54 | 102 | 0 | 123 | 112 | 0 | 542 | 144 | 73 |
| Binary | 11111111 | 101100 | 1000010 | 0 | 1010011 | 1001010 | 0 | 101100010 | 1100100 | 111011 |
Color Harmonies of #FF2C42
Complementary color
Monochromatic Colors of #FF2C42
Black with #FF2C42
Text Example
Text Example
White with #FF2C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C42; }
p { color: rgb(255,44,66); }
H1.HeaderClassName
{
color: #FF2C42;
}
.AnyTagClassName
{
color: #FF2C42;
}
</style>
background-color css
<style>
a { background-color: #FF2C42; }
a { background-color: rgb(255,44,66); }
div.DivClassName
{
background-color: #FF2C42;
}
.BgClassName
{
background-color: #FF2C42;
}
</style>
border-color css
<style>
span { border-color: #FF2C42; }
span { border-color: rgb(255,44,66); }
td.TdClassName
{
border-color: #FF2C42;
}
.TagClassName
{
border-color: #FF2C42;
}
</style>