Shades of Scarlet #FA2D0D
Tints of Scarlet #FA2D0D
RGB
CMYK
RGB Variations
Color information
#FA2D0D (or 0xFA2D0D) is known color: Scarlet. HEX triplet: FA, 2D and 0D. RGB value is (250,45,13). Sum of RGB (Red+Green+Blue) = 250+45+13=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D0D is #05D2F2. Grayscale: #666666. Windows color (decimal): -381683 or 863738. OLE color: 863738.
HSL color Cylindrical-coordinate representation of color #FA2D0D: hue angle of 8.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA2D0D is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 13 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.02 |
| HSL | 8.1º | 0.96% | 0.52% | - |
| HSV(B) | 8.1º | 0.95% | 0.98% | - |
| XYZ | 40.44 | 22.23 | 2.54 | - |
| YUV | 102.65 | 77.42 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 13 | 0 | 0.82 | 0.95 | 0.02 | 8.1 | 0.96 | 0.52 |
| Hex | FA | 2D | D | 0 | 52 | 5F | 2 | 8 | 60 | 34 |
| Octal | 372 | 55 | 15 | 0 | 122 | 137 | 2 | 10 | 140 | 64 |
| Binary | 11111010 | 101101 | 1101 | 0 | 1010010 | 1011111 | 10 | 1000 | 1100000 | 110100 |
Color Harmonies of #FA2D0D
Complementary color
Monochromatic Colors of #FA2D0D
Black with #FA2D0D
Text Example
Text Example
White with #FA2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D0D; }
p { color: rgb(250,45,13); }
H1.HeaderClassName
{
color: #FA2D0D;
}
.AnyTagClassName
{
color: #FA2D0D;
}
</style>
background-color css
<style>
a { background-color: #FA2D0D; }
a { background-color: rgb(250,45,13); }
div.DivClassName
{
background-color: #FA2D0D;
}
.BgClassName
{
background-color: #FA2D0D;
}
</style>
border-color css
<style>
span { border-color: #FA2D0D; }
span { border-color: rgb(250,45,13); }
td.TdClassName
{
border-color: #FA2D0D;
}
.TagClassName
{
border-color: #FA2D0D;
}
</style>