Shades of Radical Red #FE3344
Tints of Radical Red #FE3344
RGB
CMYK
RGB Variations
Color information
#FE3344 (or 0xFE3344) is known color: Radical Red. HEX triplet: FE, 33 and 44. RGB value is (254,51,68). Sum of RGB (Red+Green+Blue) = 254+51+68=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3344 is #01CCBB. Grayscale: #717171. Windows color (decimal): -117948 or 4469758. OLE color: 4469758.
HSL color Cylindrical-coordinate representation of color #FE3344: hue angle of 354.98º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3344 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 68 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.00 |
| HSL | 354.98º | 0.99% | 0.6% | - |
| HSV(B) | 354.98º | 0.8% | 1% | - |
| XYZ | 43.1 | 23.86 | 7.8 | - |
| YUV | 113.64 | 102.25 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 68 | 0 | 0.80 | 0.73 | 0.00 | 354.98 | 0.99 | 0.6 |
| Hex | FE | 33 | 44 | 0 | 50 | 49 | 0 | 163 | 63 | 3C |
| Octal | 376 | 63 | 104 | 0 | 120 | 111 | 0 | 543 | 143 | 74 |
| Binary | 11111110 | 110011 | 1000100 | 0 | 1010000 | 1001001 | 0 | 101100011 | 1100011 | 111100 |
Color Harmonies of #FE3344
Complementary color
Monochromatic Colors of #FE3344
Black with #FE3344
Text Example
Text Example
White with #FE3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3344; }
p { color: rgb(254,51,68); }
H1.HeaderClassName
{
color: #FE3344;
}
.AnyTagClassName
{
color: #FE3344;
}
</style>
background-color css
<style>
a { background-color: #FE3344; }
a { background-color: rgb(254,51,68); }
div.DivClassName
{
background-color: #FE3344;
}
.BgClassName
{
background-color: #FE3344;
}
</style>
border-color css
<style>
span { border-color: #FE3344; }
span { border-color: rgb(254,51,68); }
td.TdClassName
{
border-color: #FE3344;
}
.TagClassName
{
border-color: #FE3344;
}
</style>