Shades of Radical Red #FF374B
Tints of Radical Red #FF374B
RGB
CMYK
RGB Variations
Color information
#FF374B (or 0xFF374B) is known color: Radical Red. HEX triplet: FF, 37 and 4B. RGB value is (255,55,75). Sum of RGB (Red+Green+Blue) = 255+55+75=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF374B is #00C8B4. Grayscale: #757575. Windows color (decimal): -51381 or 4929535. OLE color: 4929535.
HSL color Cylindrical-coordinate representation of color #FF374B: hue angle of 354º 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 #FF374B is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 75 | - |
| CMYK | 0 | 0.78 | 0.71 | 0 |
| HSL | 354º | 1% | 0.61% | - |
| HSV(B) | 354º | 0.78% | 1% | - |
| XYZ | 43.88 | 24.5 | 9.07 | - |
| YUV | 117.08 | 104.26 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 75 | 0 | 0.78 | 0.71 | 0 | 354 | 1 | 0.61 |
| Hex | FF | 37 | 4B | 0 | 4E | 47 | 0 | 162 | 64 | 3D |
| Octal | 377 | 67 | 113 | 0 | 116 | 107 | 0 | 542 | 144 | 75 |
| Binary | 11111111 | 110111 | 1001011 | 0 | 1001110 | 1000111 | 0 | 101100010 | 1100100 | 111101 |
Color Harmonies of #FF374B
Complementary color
Monochromatic Colors of #FF374B
Black with #FF374B
Text Example
Text Example
White with #FF374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF374B; }
p { color: rgb(255,55,75); }
H1.HeaderClassName
{
color: #FF374B;
}
.AnyTagClassName
{
color: #FF374B;
}
</style>
background-color css
<style>
a { background-color: #FF374B; }
a { background-color: rgb(255,55,75); }
div.DivClassName
{
background-color: #FF374B;
}
.BgClassName
{
background-color: #FF374B;
}
</style>
border-color css
<style>
span { border-color: #FF374B; }
span { border-color: rgb(255,55,75); }
td.TdClassName
{
border-color: #FF374B;
}
.TagClassName
{
border-color: #FF374B;
}
</style>