Shades of Scarlet #FA2D1C
Tints of Scarlet #FA2D1C
RGB
CMYK
RGB Variations
Color information
#FA2D1C (or 0xFA2D1C) is known color: Scarlet. HEX triplet: FA, 2D and 1C. RGB value is (250,45,28). Sum of RGB (Red+Green+Blue) = 250+45+28=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D1C is #05D2E3. Grayscale: #686868. Windows color (decimal): -381668 or 1846778. OLE color: 1846778.
HSL color Cylindrical-coordinate representation of color #FA2D1C: hue angle of 4.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA2D1C is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 28 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.02 |
| HSL | 4.59º | 0.96% | 0.55% | - |
| HSV(B) | 4.59º | 0.89% | 0.98% | - |
| XYZ | 40.57 | 22.28 | 3.26 | - |
| YUV | 104.36 | 84.92 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 28 | 0 | 0.82 | 0.89 | 0.02 | 4.59 | 0.96 | 0.55 |
| Hex | FA | 2D | 1C | 0 | 52 | 59 | 2 | 5 | 60 | 37 |
| Octal | 372 | 55 | 34 | 0 | 122 | 131 | 2 | 5 | 140 | 67 |
| Binary | 11111010 | 101101 | 11100 | 0 | 1010010 | 1011001 | 10 | 101 | 1100000 | 110111 |
Color Harmonies of #FA2D1C
Complementary color
Monochromatic Colors of #FA2D1C
Black with #FA2D1C
Text Example
Text Example
White with #FA2D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D1C; }
p { color: rgb(250,45,28); }
H1.HeaderClassName
{
color: #FA2D1C;
}
.AnyTagClassName
{
color: #FA2D1C;
}
</style>
background-color css
<style>
a { background-color: #FA2D1C; }
a { background-color: rgb(250,45,28); }
div.DivClassName
{
background-color: #FA2D1C;
}
.BgClassName
{
background-color: #FA2D1C;
}
</style>
border-color css
<style>
span { border-color: #FA2D1C; }
span { border-color: rgb(250,45,28); }
td.TdClassName
{
border-color: #FA2D1C;
}
.TagClassName
{
border-color: #FA2D1C;
}
</style>