Shades of Orange Red #EA3F02
Tints of Orange Red #EA3F02
RGB
CMYK
RGB Variations
Color information
#EA3F02 (or 0xEA3F02) is known color: Orange Red. HEX triplet: EA, 3F and 02. RGB value is (234,63,2). Sum of RGB (Red+Green+Blue) = 234+63+2=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3F02 is #15C0FD. Grayscale: #6B6B6B. Windows color (decimal): -1425662 or 147434. OLE color: 147434.
HSL color Cylindrical-coordinate representation of color #EA3F02: hue angle of 15.78º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA3F02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 63 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.08 |
| HSL | 15.78º | 0.98% | 0.46% | - |
| HSV(B) | 15.78º | 0.99% | 0.92% | - |
| XYZ | 35.72 | 21.05 | 2.24 | - |
| YUV | 107.18 | 68.65 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 63 | 2 | 0 | 0.73 | 0.99 | 0.08 | 15.78 | 0.98 | 0.46 |
| Hex | EA | 3F | 2 | 0 | 49 | 63 | 8 | 10 | 62 | 2E |
| Octal | 352 | 77 | 2 | 0 | 111 | 143 | 10 | 20 | 142 | 56 |
| Binary | 11101010 | 111111 | 10 | 0 | 1001001 | 1100011 | 1000 | 10000 | 1100010 | 101110 |
Color Harmonies of #EA3F02
Complementary color
Monochromatic Colors of #EA3F02
Black with #EA3F02
Text Example
Text Example
White with #EA3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3F02; }
p { color: rgb(234,63,2); }
H1.HeaderClassName
{
color: #EA3F02;
}
.AnyTagClassName
{
color: #EA3F02;
}
</style>
background-color css
<style>
a { background-color: #EA3F02; }
a { background-color: rgb(234,63,2); }
div.DivClassName
{
background-color: #EA3F02;
}
.BgClassName
{
background-color: #EA3F02;
}
</style>
border-color css
<style>
span { border-color: #EA3F02; }
span { border-color: rgb(234,63,2); }
td.TdClassName
{
border-color: #EA3F02;
}
.TagClassName
{
border-color: #EA3F02;
}
</style>