Shades of Radical Red #FF3D43
Tints of Radical Red #FF3D43
RGB
CMYK
RGB Variations
Color information
#FF3D43 (or 0xFF3D43) is known color: Radical Red. HEX triplet: FF, 3D and 43. RGB value is (255,61,67). Sum of RGB (Red+Green+Blue) = 255+61+67=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D43 is #00C2BC. Grayscale: #777777. Windows color (decimal): -49853 or 4406783. OLE color: 4406783.
HSL color Cylindrical-coordinate representation of color #FF3D43: hue angle of 358.14º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3D43 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 67 | - |
| CMYK | 0 | 0.76 | 0.74 | 0 |
| HSL | 358.14º | 1% | 0.62% | - |
| HSV(B) | 358.14º | 0.76% | 1% | - |
| XYZ | 43.92 | 25 | 7.82 | - |
| YUV | 119.69 | 98.27 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 67 | 0 | 0.76 | 0.74 | 0 | 358.14 | 1 | 0.62 |
| Hex | FF | 3D | 43 | 0 | 4C | 4A | 0 | 166 | 64 | 3E |
| Octal | 377 | 75 | 103 | 0 | 114 | 112 | 0 | 546 | 144 | 76 |
| Binary | 11111111 | 111101 | 1000011 | 0 | 1001100 | 1001010 | 0 | 101100110 | 1100100 | 111110 |
Color Harmonies of #FF3D43
Complementary color
Monochromatic Colors of #FF3D43
Black with #FF3D43
Text Example
Text Example
White with #FF3D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D43; }
p { color: rgb(255,61,67); }
H1.HeaderClassName
{
color: #FF3D43;
}
.AnyTagClassName
{
color: #FF3D43;
}
</style>
background-color css
<style>
a { background-color: #FF3D43; }
a { background-color: rgb(255,61,67); }
div.DivClassName
{
background-color: #FF3D43;
}
.BgClassName
{
background-color: #FF3D43;
}
</style>
border-color css
<style>
span { border-color: #FF3D43; }
span { border-color: rgb(255,61,67); }
td.TdClassName
{
border-color: #FF3D43;
}
.TagClassName
{
border-color: #FF3D43;
}
</style>