Shades of Orange Red #ED3D0D
Tints of Orange Red #ED3D0D
RGB
CMYK
RGB Variations
Color information
#ED3D0D (or 0xED3D0D) is known color: Orange Red. HEX triplet: ED, 3D and 0D. RGB value is (237,61,13). Sum of RGB (Red+Green+Blue) = 237+61+13=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3D0D is #12C2F2. Grayscale: #6C6C6C. Windows color (decimal): -1229555 or 867821. OLE color: 867821.
HSL color Cylindrical-coordinate representation of color #ED3D0D: hue angle of 12.86º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED3D0D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.07 |
| HSL | 12.86º | 0.9% | 0.49% | - |
| HSV(B) | 12.86º | 0.95% | 0.93% | - |
| XYZ | 36.67 | 21.37 | 2.57 | - |
| YUV | 108.15 | 74.31 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 13 | 0 | 0.74 | 0.95 | 0.07 | 12.86 | 0.9 | 0.49 |
| Hex | ED | 3D | D | 0 | 4A | 5F | 7 | D | 5A | 31 |
| Octal | 355 | 75 | 15 | 0 | 112 | 137 | 7 | 15 | 132 | 61 |
| Binary | 11101101 | 111101 | 1101 | 0 | 1001010 | 1011111 | 111 | 1101 | 1011010 | 110001 |
Color Harmonies of #ED3D0D
Complementary color
Monochromatic Colors of #ED3D0D
Black with #ED3D0D
Text Example
Text Example
White with #ED3D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3D0D; }
p { color: rgb(237,61,13); }
H1.HeaderClassName
{
color: #ED3D0D;
}
.AnyTagClassName
{
color: #ED3D0D;
}
</style>
background-color css
<style>
a { background-color: #ED3D0D; }
a { background-color: rgb(237,61,13); }
div.DivClassName
{
background-color: #ED3D0D;
}
.BgClassName
{
background-color: #ED3D0D;
}
</style>
border-color css
<style>
span { border-color: #ED3D0D; }
span { border-color: rgb(237,61,13); }
td.TdClassName
{
border-color: #ED3D0D;
}
.TagClassName
{
border-color: #ED3D0D;
}
</style>