Shades of Scarlet #FD281C
Tints of Scarlet #FD281C
RGB
CMYK
RGB Variations
Color information
#FD281C (or 0xFD281C) is known color: Scarlet. HEX triplet: FD, 28 and 1C. RGB value is (253,40,28). Sum of RGB (Red+Green+Blue) = 253+40+28=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD281C is #02D7E3. Grayscale: #666666. Windows color (decimal): -186340 or 1845501. OLE color: 1845501.
HSL color Cylindrical-coordinate representation of color #FD281C: hue angle of 3.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD281C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.01 |
| HSL | 3.2º | 0.98% | 0.55% | - |
| HSV(B) | 3.2º | 0.89% | 0.99% | - |
| XYZ | 41.48 | 22.48 | 3.25 | - |
| YUV | 102.32 | 86.07 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 28 | 0 | 0.84 | 0.89 | 0.01 | 3.2 | 0.98 | 0.55 |
| Hex | FD | 28 | 1C | 0 | 54 | 59 | 1 | 3 | 62 | 37 |
| Octal | 375 | 50 | 34 | 0 | 124 | 131 | 1 | 3 | 142 | 67 |
| Binary | 11111101 | 101000 | 11100 | 0 | 1010100 | 1011001 | 1 | 11 | 1100010 | 110111 |
Color Harmonies of #FD281C
Complementary color
Monochromatic Colors of #FD281C
Black with #FD281C
Text Example
Text Example
White with #FD281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD281C; }
p { color: rgb(253,40,28); }
H1.HeaderClassName
{
color: #FD281C;
}
.AnyTagClassName
{
color: #FD281C;
}
</style>
background-color css
<style>
a { background-color: #FD281C; }
a { background-color: rgb(253,40,28); }
div.DivClassName
{
background-color: #FD281C;
}
.BgClassName
{
background-color: #FD281C;
}
</style>
border-color css
<style>
span { border-color: #FD281C; }
span { border-color: rgb(253,40,28); }
td.TdClassName
{
border-color: #FD281C;
}
.TagClassName
{
border-color: #FD281C;
}
</style>