Shades of Radical Red #FF3845
Tints of Radical Red #FF3845
RGB
CMYK
RGB Variations
Color information
#FF3845 (or 0xFF3845) is known color: Radical Red. HEX triplet: FF, 38 and 45. RGB value is (255,56,69). Sum of RGB (Red+Green+Blue) = 255+56+69=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3845 is #00C7BA. Grayscale: #757575. Windows color (decimal): -51131 or 4536575. OLE color: 4536575.
HSL color Cylindrical-coordinate representation of color #FF3845: hue angle of 356.08º 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 #FF3845 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 69 | - |
| CMYK | 0 | 0.78 | 0.73 | 0 |
| HSL | 356.08º | 1% | 0.61% | - |
| HSV(B) | 356.08º | 0.78% | 1% | - |
| XYZ | 43.73 | 24.52 | 8.06 | - |
| YUV | 116.98 | 100.93 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 69 | 0 | 0.78 | 0.73 | 0 | 356.08 | 1 | 0.61 |
| Hex | FF | 38 | 45 | 0 | 4E | 49 | 0 | 164 | 64 | 3D |
| Octal | 377 | 70 | 105 | 0 | 116 | 111 | 0 | 544 | 144 | 75 |
| Binary | 11111111 | 111000 | 1000101 | 0 | 1001110 | 1001001 | 0 | 101100100 | 1100100 | 111101 |
Color Harmonies of #FF3845
Complementary color
Monochromatic Colors of #FF3845
Black with #FF3845
Text Example
Text Example
White with #FF3845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3845; }
p { color: rgb(255,56,69); }
H1.HeaderClassName
{
color: #FF3845;
}
.AnyTagClassName
{
color: #FF3845;
}
</style>
background-color css
<style>
a { background-color: #FF3845; }
a { background-color: rgb(255,56,69); }
div.DivClassName
{
background-color: #FF3845;
}
.BgClassName
{
background-color: #FF3845;
}
</style>
border-color css
<style>
span { border-color: #FF3845; }
span { border-color: rgb(255,56,69); }
td.TdClassName
{
border-color: #FF3845;
}
.TagClassName
{
border-color: #FF3845;
}
</style>