Shades of Alizarin #FD3A3E
Tints of Alizarin #FD3A3E
RGB
CMYK
RGB Variations
Color information
#FD3A3E (or 0xFD3A3E) is known color: Alizarin. HEX triplet: FD, 3A and 3E. RGB value is (253,58,62). Sum of RGB (Red+Green+Blue) = 253+58+62=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A3E is #02C5C1. Grayscale: #747474. Windows color (decimal): -181698 or 4078333. OLE color: 4078333.
HSL color Cylindrical-coordinate representation of color #FD3A3E: hue angle of 358.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3A3E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 62 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.01 |
| HSL | 358.77º | 0.98% | 0.61% | - |
| HSV(B) | 358.77º | 0.77% | 0.99% | - |
| XYZ | 42.89 | 24.26 | 6.98 | - |
| YUV | 116.76 | 97.1 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 62 | 0 | 0.77 | 0.75 | 0.01 | 358.77 | 0.98 | 0.61 |
| Hex | FD | 3A | 3E | 0 | 4D | 4B | 1 | 167 | 62 | 3D |
| Octal | 375 | 72 | 76 | 0 | 115 | 113 | 1 | 547 | 142 | 75 |
| Binary | 11111101 | 111010 | 111110 | 0 | 1001101 | 1001011 | 1 | 101100111 | 1100010 | 111101 |
Color Harmonies of #FD3A3E
Complementary color
Monochromatic Colors of #FD3A3E
Black with #FD3A3E
Text Example
Text Example
White with #FD3A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A3E; }
p { color: rgb(253,58,62); }
H1.HeaderClassName
{
color: #FD3A3E;
}
.AnyTagClassName
{
color: #FD3A3E;
}
</style>
background-color css
<style>
a { background-color: #FD3A3E; }
a { background-color: rgb(253,58,62); }
div.DivClassName
{
background-color: #FD3A3E;
}
.BgClassName
{
background-color: #FD3A3E;
}
</style>
border-color css
<style>
span { border-color: #FD3A3E; }
span { border-color: rgb(253,58,62); }
td.TdClassName
{
border-color: #FD3A3E;
}
.TagClassName
{
border-color: #FD3A3E;
}
</style>