Shades of Red Orange #FC3434
Tints of Red Orange #FC3434
RGB
CMYK
RGB Variations
Color information
#FC3434 (or 0xFC3434) is known color: Red Orange. HEX triplet: FC, 34 and 34. RGB value is (252,52,52). Sum of RGB (Red+Green+Blue) = 252+52+52=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3434 is #03CBCB. Grayscale: #707070. Windows color (decimal): -248780 or 3421436. OLE color: 3421436.
HSL color Cylindrical-coordinate representation of color #FC3434: hue angle of 0º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC3434 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 52 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.01 |
| HSL | 0º | 0.97% | 0.6% | - |
| HSV(B) | 0º | 0.79% | 0.99% | - |
| XYZ | 41.99 | 23.4 | 5.55 | - |
| YUV | 111.8 | 94.26 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 52 | 0 | 0.79 | 0.79 | 0.01 | 0 | 0.97 | 0.6 |
| Hex | FC | 34 | 34 | 0 | 4F | 4F | 1 | 0 | 61 | 3C |
| Octal | 374 | 64 | 64 | 0 | 117 | 117 | 1 | 0 | 141 | 74 |
| Binary | 11111100 | 110100 | 110100 | 0 | 1001111 | 1001111 | 1 | 0 | 1100001 | 111100 |
Color Harmonies of #FC3434
Complementary color
Monochromatic Colors of #FC3434
Black with #FC3434
Text Example
Text Example
White with #FC3434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3434; }
p { color: rgb(252,52,52); }
H1.HeaderClassName
{
color: #FC3434;
}
.AnyTagClassName
{
color: #FC3434;
}
</style>
background-color css
<style>
a { background-color: #FC3434; }
a { background-color: rgb(252,52,52); }
div.DivClassName
{
background-color: #FC3434;
}
.BgClassName
{
background-color: #FC3434;
}
</style>
border-color css
<style>
span { border-color: #FC3434; }
span { border-color: rgb(252,52,52); }
td.TdClassName
{
border-color: #FC3434;
}
.TagClassName
{
border-color: #FC3434;
}
</style>