Shades of Alizarin #FD2F3C
Tints of Alizarin #FD2F3C
RGB
CMYK
RGB Variations
Color information
#FD2F3C (or 0xFD2F3C) is known color: Alizarin. HEX triplet: FD, 2F and 3C. RGB value is (253,47,60). Sum of RGB (Red+Green+Blue) = 253+47+60=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F3C is #02D0C3. Grayscale: #6E6E6E. Windows color (decimal): -184516 or 3944445. OLE color: 3944445.
HSL color Cylindrical-coordinate representation of color #FD2F3C: hue angle of 356.21º 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 #FD2F3C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.01 |
| HSL | 356.21º | 0.98% | 0.59% | - |
| HSV(B) | 356.21º | 0.81% | 0.99% | - |
| XYZ | 42.34 | 23.24 | 6.53 | - |
| YUV | 110.08 | 99.75 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 60 | 0 | 0.81 | 0.76 | 0.01 | 356.21 | 0.98 | 0.59 |
| Hex | FD | 2F | 3C | 0 | 51 | 4C | 1 | 164 | 62 | 3B |
| Octal | 375 | 57 | 74 | 0 | 121 | 114 | 1 | 544 | 142 | 73 |
| Binary | 11111101 | 101111 | 111100 | 0 | 1010001 | 1001100 | 1 | 101100100 | 1100010 | 111011 |
Color Harmonies of #FD2F3C
Complementary color
Monochromatic Colors of #FD2F3C
Black with #FD2F3C
Text Example
Text Example
White with #FD2F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F3C; }
p { color: rgb(253,47,60); }
H1.HeaderClassName
{
color: #FD2F3C;
}
.AnyTagClassName
{
color: #FD2F3C;
}
</style>
background-color css
<style>
a { background-color: #FD2F3C; }
a { background-color: rgb(253,47,60); }
div.DivClassName
{
background-color: #FD2F3C;
}
.BgClassName
{
background-color: #FD2F3C;
}
</style>
border-color css
<style>
span { border-color: #FD2F3C; }
span { border-color: rgb(253,47,60); }
td.TdClassName
{
border-color: #FD2F3C;
}
.TagClassName
{
border-color: #FD2F3C;
}
</style>