Shades of Alizarin #FE3339
Tints of Alizarin #FE3339
RGB
CMYK
RGB Variations
Color information
#FE3339 (or 0xFE3339) is known color: Alizarin. HEX triplet: FE, 33 and 39. RGB value is (254,51,57). Sum of RGB (Red+Green+Blue) = 254+51+57=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3339 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3339 is #01CCC6. Grayscale: #707070. Windows color (decimal): -117959 or 3748862. OLE color: 3748862.
HSL color Cylindrical-coordinate representation of color #FE3339: hue angle of 358.23º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3339 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 57 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.00 |
| HSL | 358.23º | 0.99% | 0.6% | - |
| HSV(B) | 358.23º | 0.8% | 1% | - |
| XYZ | 42.8 | 23.73 | 6.2 | - |
| YUV | 112.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 57 | 0 | 0.80 | 0.78 | 0.00 | 358.23 | 0.99 | 0.6 |
| Hex | FE | 33 | 39 | 0 | 50 | 4E | 0 | 166 | 63 | 3C |
| Octal | 376 | 63 | 71 | 0 | 120 | 116 | 0 | 546 | 143 | 74 |
| Binary | 11111110 | 110011 | 111001 | 0 | 1010000 | 1001110 | 0 | 101100110 | 1100011 | 111100 |
Color Harmonies of #FE3339
Complementary color
Monochromatic Colors of #FE3339
Black with #FE3339
Text Example
Text Example
White with #FE3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3339; }
p { color: rgb(254,51,57); }
H1.HeaderClassName
{
color: #FE3339;
}
.AnyTagClassName
{
color: #FE3339;
}
</style>
background-color css
<style>
a { background-color: #FE3339; }
a { background-color: rgb(254,51,57); }
div.DivClassName
{
background-color: #FE3339;
}
.BgClassName
{
background-color: #FE3339;
}
</style>
border-color css
<style>
span { border-color: #FE3339; }
span { border-color: rgb(254,51,57); }
td.TdClassName
{
border-color: #FE3339;
}
.TagClassName
{
border-color: #FE3339;
}
</style>