Shades of Radical Red #FF383F
Tints of Radical Red #FF383F
RGB
CMYK
RGB Variations
Color information
#FF383F (or 0xFF383F) is known color: Radical Red. HEX triplet: FF, 38 and 3F. RGB value is (255,56,63). Sum of RGB (Red+Green+Blue) = 255+56+63=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF383F is #00C7C0. Grayscale: #747474. Windows color (decimal): -51137 or 4143359. OLE color: 4143359.
HSL color Cylindrical-coordinate representation of color #FF383F: hue angle of 357.89º 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 #FF383F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 63 | - |
| CMYK | 0 | 0.78 | 0.75 | 0 |
| HSL | 357.89º | 1% | 0.61% | - |
| HSV(B) | 357.89º | 0.78% | 1% | - |
| XYZ | 43.55 | 24.45 | 7.13 | - |
| YUV | 116.3 | 97.93 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 63 | 0 | 0.78 | 0.75 | 0 | 357.89 | 1 | 0.61 |
| Hex | FF | 38 | 3F | 0 | 4E | 4B | 0 | 166 | 64 | 3D |
| Octal | 377 | 70 | 77 | 0 | 116 | 113 | 0 | 546 | 144 | 75 |
| Binary | 11111111 | 111000 | 111111 | 0 | 1001110 | 1001011 | 0 | 101100110 | 1100100 | 111101 |
Color Harmonies of #FF383F
Complementary color
Monochromatic Colors of #FF383F
Black with #FF383F
Text Example
Text Example
White with #FF383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF383F; }
p { color: rgb(255,56,63); }
H1.HeaderClassName
{
color: #FF383F;
}
.AnyTagClassName
{
color: #FF383F;
}
</style>
background-color css
<style>
a { background-color: #FF383F; }
a { background-color: rgb(255,56,63); }
div.DivClassName
{
background-color: #FF383F;
}
.BgClassName
{
background-color: #FF383F;
}
</style>
border-color css
<style>
span { border-color: #FF383F; }
span { border-color: rgb(255,56,63); }
td.TdClassName
{
border-color: #FF383F;
}
.TagClassName
{
border-color: #FF383F;
}
</style>