Shades of Orange Red #EC3D02
Tints of Orange Red #EC3D02
RGB
CMYK
RGB Variations
Color information
#EC3D02 (or 0xEC3D02) is known color: Orange Red. HEX triplet: EC, 3D and 02. RGB value is (236,61,2). Sum of RGB (Red+Green+Blue) = 236+61+2=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D02 is #13C2FD. Grayscale: #6B6B6B. Windows color (decimal): -1295102 or 146924. OLE color: 146924.
HSL color Cylindrical-coordinate representation of color #EC3D02: hue angle of 15.13º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC3D02 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.07 |
| HSL | 15.13º | 0.98% | 0.47% | - |
| HSV(B) | 15.13º | 0.99% | 0.93% | - |
| XYZ | 36.27 | 21.17 | 2.23 | - |
| YUV | 106.6 | 68.98 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 2 | 0 | 0.74 | 0.99 | 0.07 | 15.13 | 0.98 | 0.47 |
| Hex | EC | 3D | 2 | 0 | 4A | 63 | 7 | F | 62 | 2F |
| Octal | 354 | 75 | 2 | 0 | 112 | 143 | 7 | 17 | 142 | 57 |
| Binary | 11101100 | 111101 | 10 | 0 | 1001010 | 1100011 | 111 | 1111 | 1100010 | 101111 |
Color Harmonies of #EC3D02
Complementary color
Monochromatic Colors of #EC3D02
Black with #EC3D02
Text Example
Text Example
White with #EC3D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D02; }
p { color: rgb(236,61,2); }
H1.HeaderClassName
{
color: #EC3D02;
}
.AnyTagClassName
{
color: #EC3D02;
}
</style>
background-color css
<style>
a { background-color: #EC3D02; }
a { background-color: rgb(236,61,2); }
div.DivClassName
{
background-color: #EC3D02;
}
.BgClassName
{
background-color: #EC3D02;
}
</style>
border-color css
<style>
span { border-color: #EC3D02; }
span { border-color: rgb(236,61,2); }
td.TdClassName
{
border-color: #EC3D02;
}
.TagClassName
{
border-color: #EC3D02;
}
</style>