Shades of Orange Red #FF410C
Tints of Orange Red #FF410C
RGB
CMYK
RGB Variations
Color information
#FF410C (or 0xFF410C) is known color: Orange Red. HEX triplet: FF, 41 and 0C. RGB value is (255,65,12). Sum of RGB (Red+Green+Blue) = 255+65+12=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF410C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF410C is #00BEF3. Grayscale: #747474. Windows color (decimal): -48884 or 803327. OLE color: 803327.
HSL color Cylindrical-coordinate representation of color #FF410C: hue angle of 13.09º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF410C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0 |
| HSL | 13.09º | 1% | 0.52% | - |
| HSV(B) | 13.09º | 0.95% | 1% | - |
| XYZ | 43.2 | 25.07 | 2.91 | - |
| YUV | 115.77 | 69.45 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 12 | 0 | 0.75 | 0.95 | 0 | 13.09 | 1 | 0.52 |
| Hex | FF | 41 | C | 0 | 4B | 5F | 0 | D | 64 | 34 |
| Octal | 377 | 101 | 14 | 0 | 113 | 137 | 0 | 15 | 144 | 64 |
| Binary | 11111111 | 1000001 | 1100 | 0 | 1001011 | 1011111 | 0 | 1101 | 1100100 | 110100 |
Color Harmonies of #FF410C
Complementary color
Monochromatic Colors of #FF410C
Black with #FF410C
Text Example
Text Example
White with #FF410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF410C; }
p { color: rgb(255,65,12); }
H1.HeaderClassName
{
color: #FF410C;
}
.AnyTagClassName
{
color: #FF410C;
}
</style>
background-color css
<style>
a { background-color: #FF410C; }
a { background-color: rgb(255,65,12); }
div.DivClassName
{
background-color: #FF410C;
}
.BgClassName
{
background-color: #FF410C;
}
</style>
border-color css
<style>
span { border-color: #FF410C; }
span { border-color: rgb(255,65,12); }
td.TdClassName
{
border-color: #FF410C;
}
.TagClassName
{
border-color: #FF410C;
}
</style>