Shades of Alizarin #FD2A30
Tints of Alizarin #FD2A30
RGB
CMYK
RGB Variations
Color information
#FD2A30 (or 0xFD2A30) is known color: Alizarin. HEX triplet: FD, 2A and 30. RGB value is (253,42,48). Sum of RGB (Red+Green+Blue) = 253+42+48=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A30 is #02D5CF. Grayscale: #696969. Windows color (decimal): -185808 or 3156733. OLE color: 3156733.
HSL color Cylindrical-coordinate representation of color #FD2A30: hue angle of 358.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A30 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 48 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.01 |
| HSL | 358.29º | 0.98% | 0.58% | - |
| HSV(B) | 358.29º | 0.83% | 0.99% | - |
| XYZ | 41.87 | 22.75 | 4.98 | - |
| YUV | 105.77 | 95.4 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 48 | 0 | 0.83 | 0.81 | 0.01 | 358.29 | 0.98 | 0.58 |
| Hex | FD | 2A | 30 | 0 | 53 | 51 | 1 | 166 | 62 | 3A |
| Octal | 375 | 52 | 60 | 0 | 123 | 121 | 1 | 546 | 142 | 72 |
| Binary | 11111101 | 101010 | 110000 | 0 | 1010011 | 1010001 | 1 | 101100110 | 1100010 | 111010 |
Color Harmonies of #FD2A30
Complementary color
Monochromatic Colors of #FD2A30
Black with #FD2A30
Text Example
Text Example
White with #FD2A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A30; }
p { color: rgb(253,42,48); }
H1.HeaderClassName
{
color: #FD2A30;
}
.AnyTagClassName
{
color: #FD2A30;
}
</style>
background-color css
<style>
a { background-color: #FD2A30; }
a { background-color: rgb(253,42,48); }
div.DivClassName
{
background-color: #FD2A30;
}
.BgClassName
{
background-color: #FD2A30;
}
</style>
border-color css
<style>
span { border-color: #FD2A30; }
span { border-color: rgb(253,42,48); }
td.TdClassName
{
border-color: #FD2A30;
}
.TagClassName
{
border-color: #FD2A30;
}
</style>