Shades of Alizarin #FD303B
Tints of Alizarin #FD303B
RGB
CMYK
RGB Variations
Color information
#FD303B (or 0xFD303B) is known color: Alizarin. HEX triplet: FD, 30 and 3B. RGB value is (253,48,59). Sum of RGB (Red+Green+Blue) = 253+48+59=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD303B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD303B is #02CFC4. Grayscale: #6E6E6E. Windows color (decimal): -184261 or 3879165. OLE color: 3879165.
HSL color Cylindrical-coordinate representation of color #FD303B: hue angle of 356.78º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD303B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 59 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.01 |
| HSL | 356.78º | 0.98% | 0.59% | - |
| HSV(B) | 356.78º | 0.81% | 0.99% | - |
| XYZ | 42.35 | 23.31 | 6.41 | - |
| YUV | 110.55 | 98.92 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 59 | 0 | 0.81 | 0.77 | 0.01 | 356.78 | 0.98 | 0.59 |
| Hex | FD | 30 | 3B | 0 | 51 | 4D | 1 | 165 | 62 | 3B |
| Octal | 375 | 60 | 73 | 0 | 121 | 115 | 1 | 545 | 142 | 73 |
| Binary | 11111101 | 110000 | 111011 | 0 | 1010001 | 1001101 | 1 | 101100101 | 1100010 | 111011 |
Color Harmonies of #FD303B
Complementary color
Monochromatic Colors of #FD303B
Black with #FD303B
Text Example
Text Example
White with #FD303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD303B; }
p { color: rgb(253,48,59); }
H1.HeaderClassName
{
color: #FD303B;
}
.AnyTagClassName
{
color: #FD303B;
}
</style>
background-color css
<style>
a { background-color: #FD303B; }
a { background-color: rgb(253,48,59); }
div.DivClassName
{
background-color: #FD303B;
}
.BgClassName
{
background-color: #FD303B;
}
</style>
border-color css
<style>
span { border-color: #FD303B; }
span { border-color: rgb(253,48,59); }
td.TdClassName
{
border-color: #FD303B;
}
.TagClassName
{
border-color: #FD303B;
}
</style>