Shades of Scarlet #FA2D01
Tints of Scarlet #FA2D01
RGB
CMYK
RGB Variations
Color information
#FA2D01 (or 0xFA2D01) is known color: Scarlet. HEX triplet: FA, 2D and 01. RGB value is (250,45,1). Sum of RGB (Red+Green+Blue) = 250+45+1=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D01 is #05D2FE. Grayscale: #656565. Windows color (decimal): -381695 or 77306. OLE color: 77306.
HSL color Cylindrical-coordinate representation of color #FA2D01: hue angle of 10.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA2D01 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.02 |
| HSL | 10.6º | 0.99% | 0.49% | - |
| HSV(B) | 10.6º | 1% | 0.98% | - |
| XYZ | 40.37 | 22.2 | 2.19 | - |
| YUV | 101.28 | 71.42 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 1 | 0 | 0.82 | 1.00 | 0.02 | 10.6 | 0.99 | 0.49 |
| Hex | FA | 2D | 1 | 0 | 52 | 64 | 2 | B | 63 | 31 |
| Octal | 372 | 55 | 1 | 0 | 122 | 144 | 2 | 13 | 143 | 61 |
| Binary | 11111010 | 101101 | 1 | 0 | 1010010 | 1100100 | 10 | 1011 | 1100011 | 110001 |
Color Harmonies of #FA2D01
Complementary color
Monochromatic Colors of #FA2D01
Black with #FA2D01
Text Example
Text Example
White with #FA2D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D01; }
p { color: rgb(250,45,1); }
H1.HeaderClassName
{
color: #FA2D01;
}
.AnyTagClassName
{
color: #FA2D01;
}
</style>
background-color css
<style>
a { background-color: #FA2D01; }
a { background-color: rgb(250,45,1); }
div.DivClassName
{
background-color: #FA2D01;
}
.BgClassName
{
background-color: #FA2D01;
}
</style>
border-color css
<style>
span { border-color: #FA2D01; }
span { border-color: rgb(250,45,1); }
td.TdClassName
{
border-color: #FA2D01;
}
.TagClassName
{
border-color: #FA2D01;
}
</style>