Shades of Radical Red #FF374A
Tints of Radical Red #FF374A
RGB
CMYK
RGB Variations
Color information
#FF374A (or 0xFF374A) is known color: Radical Red. HEX triplet: FF, 37 and 4A. RGB value is (255,55,74). Sum of RGB (Red+Green+Blue) = 255+55+74=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF374A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF374A is #00C8B5. Grayscale: #757575. Windows color (decimal): -51382 or 4863999. OLE color: 4863999.
HSL color Cylindrical-coordinate representation of color #FF374A: hue angle of 354.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF374A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 74 | - |
| CMYK | 0 | 0.78 | 0.71 | 0 |
| HSL | 354.3º | 1% | 0.61% | - |
| HSV(B) | 354.3º | 0.78% | 1% | - |
| XYZ | 43.84 | 24.49 | 8.89 | - |
| YUV | 116.97 | 103.76 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 74 | 0 | 0.78 | 0.71 | 0 | 354.3 | 1 | 0.61 |
| Hex | FF | 37 | 4A | 0 | 4E | 47 | 0 | 162 | 64 | 3D |
| Octal | 377 | 67 | 112 | 0 | 116 | 107 | 0 | 542 | 144 | 75 |
| Binary | 11111111 | 110111 | 1001010 | 0 | 1001110 | 1000111 | 0 | 101100010 | 1100100 | 111101 |
Color Harmonies of #FF374A
Complementary color
Monochromatic Colors of #FF374A
Black with #FF374A
Text Example
Text Example
White with #FF374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF374A; }
p { color: rgb(255,55,74); }
H1.HeaderClassName
{
color: #FF374A;
}
.AnyTagClassName
{
color: #FF374A;
}
</style>
background-color css
<style>
a { background-color: #FF374A; }
a { background-color: rgb(255,55,74); }
div.DivClassName
{
background-color: #FF374A;
}
.BgClassName
{
background-color: #FF374A;
}
</style>
border-color css
<style>
span { border-color: #FF374A; }
span { border-color: rgb(255,55,74); }
td.TdClassName
{
border-color: #FF374A;
}
.TagClassName
{
border-color: #FF374A;
}
</style>