Shades of Radical Red #FF3143
Tints of Radical Red #FF3143
RGB
CMYK
RGB Variations
Color information
#FF3143 (or 0xFF3143) is known color: Radical Red. HEX triplet: FF, 31 and 43. RGB value is (255,49,67). Sum of RGB (Red+Green+Blue) = 255+49+67=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3143 is #00CEBC. Grayscale: #707070. Windows color (decimal): -52925 or 4403711. OLE color: 4403711.
HSL color Cylindrical-coordinate representation of color #FF3143: hue angle of 354.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3143 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 67 | - |
| CMYK | 0 | 0.81 | 0.74 | 0 |
| HSL | 354.76º | 1% | 0.6% | - |
| HSV(B) | 354.76º | 0.81% | 1% | - |
| XYZ | 43.35 | 23.86 | 7.63 | - |
| YUV | 112.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 67 | 0 | 0.81 | 0.74 | 0 | 354.76 | 1 | 0.6 |
| Hex | FF | 31 | 43 | 0 | 51 | 4A | 0 | 163 | 64 | 3C |
| Octal | 377 | 61 | 103 | 0 | 121 | 112 | 0 | 543 | 144 | 74 |
| Binary | 11111111 | 110001 | 1000011 | 0 | 1010001 | 1001010 | 0 | 101100011 | 1100100 | 111100 |
Color Harmonies of #FF3143
Complementary color
Monochromatic Colors of #FF3143
Black with #FF3143
Text Example
Text Example
White with #FF3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3143; }
p { color: rgb(255,49,67); }
H1.HeaderClassName
{
color: #FF3143;
}
.AnyTagClassName
{
color: #FF3143;
}
</style>
background-color css
<style>
a { background-color: #FF3143; }
a { background-color: rgb(255,49,67); }
div.DivClassName
{
background-color: #FF3143;
}
.BgClassName
{
background-color: #FF3143;
}
</style>
border-color css
<style>
span { border-color: #FF3143; }
span { border-color: rgb(255,49,67); }
td.TdClassName
{
border-color: #FF3143;
}
.TagClassName
{
border-color: #FF3143;
}
</style>