Shades of Orange Red #FF3D19
Tints of Orange Red #FF3D19
RGB
CMYK
RGB Variations
Color information
#FF3D19 (or 0xFF3D19) is known color: Orange Red. HEX triplet: FF, 3D and 19. RGB value is (255,61,25). Sum of RGB (Red+Green+Blue) = 255+61+25=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D19 is #00C2E6. Grayscale: #737373. Windows color (decimal): -49895 or 1654271. OLE color: 1654271.
HSL color Cylindrical-coordinate representation of color #FF3D19: hue angle of 9.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF3D19 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 25 | - |
| CMYK | 0 | 0.76 | 0.90 | 0 |
| HSL | 9.39º | 1% | 0.55% | - |
| HSV(B) | 9.39º | 0.9% | 1% | - |
| XYZ | 43.08 | 24.67 | 3.41 | - |
| YUV | 114.9 | 77.27 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 25 | 0 | 0.76 | 0.90 | 0 | 9.39 | 1 | 0.55 |
| Hex | FF | 3D | 19 | 0 | 4C | 5A | 0 | 9 | 64 | 37 |
| Octal | 377 | 75 | 31 | 0 | 114 | 132 | 0 | 11 | 144 | 67 |
| Binary | 11111111 | 111101 | 11001 | 0 | 1001100 | 1011010 | 0 | 1001 | 1100100 | 110111 |
Color Harmonies of #FF3D19
Complementary color
Monochromatic Colors of #FF3D19
Black with #FF3D19
Text Example
Text Example
White with #FF3D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D19; }
p { color: rgb(255,61,25); }
H1.HeaderClassName
{
color: #FF3D19;
}
.AnyTagClassName
{
color: #FF3D19;
}
</style>
background-color css
<style>
a { background-color: #FF3D19; }
a { background-color: rgb(255,61,25); }
div.DivClassName
{
background-color: #FF3D19;
}
.BgClassName
{
background-color: #FF3D19;
}
</style>
border-color css
<style>
span { border-color: #FF3D19; }
span { border-color: rgb(255,61,25); }
td.TdClassName
{
border-color: #FF3D19;
}
.TagClassName
{
border-color: #FF3D19;
}
</style>