Shades of Radical Red #FD384A
Tints of Radical Red #FD384A
RGB
CMYK
RGB Variations
Color information
#FD384A (or 0xFD384A) is known color: Radical Red. HEX triplet: FD, 38 and 4A. RGB value is (253,56,74). Sum of RGB (Red+Green+Blue) = 253+56+74=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD384A is #02C7B5. Grayscale: #757575. Windows color (decimal): -182198 or 4864253. OLE color: 4864253.
HSL color Cylindrical-coordinate representation of color #FD384A: hue angle of 354.52º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD384A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 74 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.01 |
| HSL | 354.52º | 0.98% | 0.61% | - |
| HSV(B) | 354.52º | 0.78% | 0.99% | - |
| XYZ | 43.16 | 24.21 | 8.88 | - |
| YUV | 116.96 | 103.77 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 74 | 0 | 0.78 | 0.71 | 0.01 | 354.52 | 0.98 | 0.61 |
| Hex | FD | 38 | 4A | 0 | 4E | 47 | 1 | 163 | 62 | 3D |
| Octal | 375 | 70 | 112 | 0 | 116 | 107 | 1 | 543 | 142 | 75 |
| Binary | 11111101 | 111000 | 1001010 | 0 | 1001110 | 1000111 | 1 | 101100011 | 1100010 | 111101 |
Color Harmonies of #FD384A
Complementary color
Monochromatic Colors of #FD384A
Black with #FD384A
Text Example
Text Example
White with #FD384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD384A; }
p { color: rgb(253,56,74); }
H1.HeaderClassName
{
color: #FD384A;
}
.AnyTagClassName
{
color: #FD384A;
}
</style>
background-color css
<style>
a { background-color: #FD384A; }
a { background-color: rgb(253,56,74); }
div.DivClassName
{
background-color: #FD384A;
}
.BgClassName
{
background-color: #FD384A;
}
</style>
border-color css
<style>
span { border-color: #FD384A; }
span { border-color: rgb(253,56,74); }
td.TdClassName
{
border-color: #FD384A;
}
.TagClassName
{
border-color: #FD384A;
}
</style>