Shades of Orange Red #FF3D02
Tints of Orange Red #FF3D02
RGB
CMYK
RGB Variations
Color information
#FF3D02 (or 0xFF3D02) is known color: Orange Red. HEX triplet: FF, 3D and 02. RGB value is (255,61,2). Sum of RGB (Red+Green+Blue) = 255+61+2=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D02 is #00C2FD. Grayscale: #707070. Windows color (decimal): -49918 or 146943. OLE color: 146943.
HSL color Cylindrical-coordinate representation of color #FF3D02: hue angle of 13.99º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF3D02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0 |
| HSL | 13.99º | 1% | 0.5% | - |
| HSV(B) | 13.99º | 0.99% | 1% | - |
| XYZ | 42.92 | 24.6 | 2.54 | - |
| YUV | 112.28 | 65.77 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 2 | 0 | 0.76 | 0.99 | 0 | 13.99 | 1 | 0.5 |
| Hex | FF | 3D | 2 | 0 | 4C | 63 | 0 | E | 64 | 32 |
| Octal | 377 | 75 | 2 | 0 | 114 | 143 | 0 | 16 | 144 | 62 |
| Binary | 11111111 | 111101 | 10 | 0 | 1001100 | 1100011 | 0 | 1110 | 1100100 | 110010 |
Color Harmonies of #FF3D02
Complementary color
Monochromatic Colors of #FF3D02
Black with #FF3D02
Text Example
Text Example
White with #FF3D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D02; }
p { color: rgb(255,61,2); }
H1.HeaderClassName
{
color: #FF3D02;
}
.AnyTagClassName
{
color: #FF3D02;
}
</style>
background-color css
<style>
a { background-color: #FF3D02; }
a { background-color: rgb(255,61,2); }
div.DivClassName
{
background-color: #FF3D02;
}
.BgClassName
{
background-color: #FF3D02;
}
</style>
border-color css
<style>
span { border-color: #FF3D02; }
span { border-color: rgb(255,61,2); }
td.TdClassName
{
border-color: #FF3D02;
}
.TagClassName
{
border-color: #FF3D02;
}
</style>