Shades of Radical Red #FF2A44
Tints of Radical Red #FF2A44
RGB
CMYK
RGB Variations
Color information
#FF2A44 (or 0xFF2A44) is known color: Radical Red. HEX triplet: FF, 2A and 44. RGB value is (255,42,68). Sum of RGB (Red+Green+Blue) = 255+42+68=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A44 is #00D5BB. Grayscale: #6C6C6C. Windows color (decimal): -54716 or 4467455. OLE color: 4467455.
HSL color Cylindrical-coordinate representation of color #FF2A44: hue angle of 352.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2A44 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 68 | - |
| CMYK | 0 | 0.84 | 0.73 | 0 |
| HSL | 352.68º | 1% | 0.58% | - |
| HSV(B) | 352.68º | 0.84% | 1% | - |
| XYZ | 43.11 | 23.33 | 7.7 | - |
| YUV | 108.65 | 105.07 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 68 | 0 | 0.84 | 0.73 | 0 | 352.68 | 1 | 0.58 |
| Hex | FF | 2A | 44 | 0 | 54 | 49 | 0 | 161 | 64 | 3A |
| Octal | 377 | 52 | 104 | 0 | 124 | 111 | 0 | 541 | 144 | 72 |
| Binary | 11111111 | 101010 | 1000100 | 0 | 1010100 | 1001001 | 0 | 101100001 | 1100100 | 111010 |
Color Harmonies of #FF2A44
Complementary color
Monochromatic Colors of #FF2A44
Black with #FF2A44
Text Example
Text Example
White with #FF2A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A44; }
p { color: rgb(255,42,68); }
H1.HeaderClassName
{
color: #FF2A44;
}
.AnyTagClassName
{
color: #FF2A44;
}
</style>
background-color css
<style>
a { background-color: #FF2A44; }
a { background-color: rgb(255,42,68); }
div.DivClassName
{
background-color: #FF2A44;
}
.BgClassName
{
background-color: #FF2A44;
}
</style>
border-color css
<style>
span { border-color: #FF2A44; }
span { border-color: rgb(255,42,68); }
td.TdClassName
{
border-color: #FF2A44;
}
.TagClassName
{
border-color: #FF2A44;
}
</style>