Shades of Scarlet #FD230E
Tints of Scarlet #FD230E
RGB
CMYK
RGB Variations
Color information
#FD230E (or 0xFD230E) is known color: Scarlet. HEX triplet: FD, 23 and 0E. RGB value is (253,35,14). Sum of RGB (Red+Green+Blue) = 253+35+14=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD230E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD230E is #02DCF1. Grayscale: #626262. Windows color (decimal): -187634 or 926717. OLE color: 926717.
HSL color Cylindrical-coordinate representation of color #FD230E: hue angle of 5.27º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD230E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 35 | 14 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.01 |
| HSL | 5.27º | 0.98% | 0.52% | - |
| HSV(B) | 5.27º | 0.94% | 0.99% | - |
| XYZ | 41.19 | 22.12 | 2.51 | - |
| YUV | 97.79 | 80.72 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 35 | 14 | 0 | 0.86 | 0.94 | 0.01 | 5.27 | 0.98 | 0.52 |
| Hex | FD | 23 | E | 0 | 56 | 5E | 1 | 5 | 62 | 34 |
| Octal | 375 | 43 | 16 | 0 | 126 | 136 | 1 | 5 | 142 | 64 |
| Binary | 11111101 | 100011 | 1110 | 0 | 1010110 | 1011110 | 1 | 101 | 1100010 | 110100 |
Color Harmonies of #FD230E
Complementary color
Monochromatic Colors of #FD230E
Black with #FD230E
Text Example
Text Example
White with #FD230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD230E; }
p { color: rgb(253,35,14); }
H1.HeaderClassName
{
color: #FD230E;
}
.AnyTagClassName
{
color: #FD230E;
}
</style>
background-color css
<style>
a { background-color: #FD230E; }
a { background-color: rgb(253,35,14); }
div.DivClassName
{
background-color: #FD230E;
}
.BgClassName
{
background-color: #FD230E;
}
</style>
border-color css
<style>
span { border-color: #FD230E; }
span { border-color: rgb(253,35,14); }
td.TdClassName
{
border-color: #FD230E;
}
.TagClassName
{
border-color: #FD230E;
}
</style>