Shades of Orange Red #ED3602
Tints of Orange Red #ED3602
RGB
CMYK
RGB Variations
Color information
#ED3602 (or 0xED3602) is known color: Orange Red. HEX triplet: ED, 36 and 02. RGB value is (237,54,2). Sum of RGB (Red+Green+Blue) = 237+54+2=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3602 is #12C9FD. Grayscale: #676767. Windows color (decimal): -1231358 or 145133. OLE color: 145133.
HSL color Cylindrical-coordinate representation of color #ED3602: hue angle of 13.28º 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 #ED3602 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.07 |
| HSL | 13.28º | 0.98% | 0.47% | - |
| HSV(B) | 13.28º | 0.99% | 0.93% | - |
| XYZ | 36.26 | 20.65 | 2.13 | - |
| YUV | 102.79 | 71.13 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 2 | 0 | 0.77 | 0.99 | 0.07 | 13.28 | 0.98 | 0.47 |
| Hex | ED | 36 | 2 | 0 | 4D | 63 | 7 | D | 62 | 2F |
| Octal | 355 | 66 | 2 | 0 | 115 | 143 | 7 | 15 | 142 | 57 |
| Binary | 11101101 | 110110 | 10 | 0 | 1001101 | 1100011 | 111 | 1101 | 1100010 | 101111 |
Color Harmonies of #ED3602
Complementary color
Monochromatic Colors of #ED3602
Black with #ED3602
Text Example
Text Example
White with #ED3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3602; }
p { color: rgb(237,54,2); }
H1.HeaderClassName
{
color: #ED3602;
}
.AnyTagClassName
{
color: #ED3602;
}
</style>
background-color css
<style>
a { background-color: #ED3602; }
a { background-color: rgb(237,54,2); }
div.DivClassName
{
background-color: #ED3602;
}
.BgClassName
{
background-color: #ED3602;
}
</style>
border-color css
<style>
span { border-color: #ED3602; }
span { border-color: rgb(237,54,2); }
td.TdClassName
{
border-color: #ED3602;
}
.TagClassName
{
border-color: #ED3602;
}
</style>