Shades of Radical Red #FF4372
Tints of Radical Red #FF4372
RGB
CMYK
RGB Variations
Color information
#FF4372 (or 0xFF4372) is known color: Radical Red. HEX triplet: FF, 43 and 72. RGB value is (255,67,114). Sum of RGB (Red+Green+Blue) = 255+67+114=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4372 is #00BC8D. Grayscale: #808080. Windows color (decimal): -48270 or 7488511. OLE color: 7488511.
HSL color Cylindrical-coordinate representation of color #FF4372: hue angle of 345º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4372 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 114 | - |
| CMYK | 0 | 0.74 | 0.55 | 0 |
| HSL | 345º | 1% | 0.63% | - |
| HSV(B) | 345º | 0.74% | 1% | - |
| XYZ | 46.28 | 26.49 | 18.59 | - |
| YUV | 128.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 114 | 0 | 0.74 | 0.55 | 0 | 345 | 1 | 0.63 |
| Hex | FF | 43 | 72 | 0 | 4A | 37 | 0 | 159 | 64 | 3F |
| Octal | 377 | 103 | 162 | 0 | 112 | 67 | 0 | 531 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1110010 | 0 | 1001010 | 110111 | 0 | 101011001 | 1100100 | 111111 |
Color Harmonies of #FF4372
Complementary color
Monochromatic Colors of #FF4372
Black with #FF4372
Text Example
Text Example
White with #FF4372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4372; }
p { color: rgb(255,67,114); }
H1.HeaderClassName
{
color: #FF4372;
}
.AnyTagClassName
{
color: #FF4372;
}
</style>
background-color css
<style>
a { background-color: #FF4372; }
a { background-color: rgb(255,67,114); }
div.DivClassName
{
background-color: #FF4372;
}
.BgClassName
{
background-color: #FF4372;
}
</style>
border-color css
<style>
span { border-color: #FF4372; }
span { border-color: rgb(255,67,114); }
td.TdClassName
{
border-color: #FF4372;
}
.TagClassName
{
border-color: #FF4372;
}
</style>