Shades of Red #EF0803
Tints of Red #EF0803
RGB
CMYK
RGB Variations
Color information
#EF0803 (or 0xEF0803) is known color: Red. HEX triplet: EF, 08 and 03. RGB value is (239,8,3). Sum of RGB (Red+Green+Blue) = 239+8+3=250 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0803 is #10F7FC. Grayscale: #4C4C4C. Windows color (decimal): -1112061 or 198895. OLE color: 198895.
HSL color Cylindrical-coordinate representation of color #EF0803: hue angle of 1.27º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0803 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.06 |
| HSL | 1.27º | 0.98% | 0.47% | - |
| HSV(B) | 1.27º | 0.99% | 0.94% | - |
| XYZ | 35.7 | 18.53 | 1.78 | - |
| YUV | 76.5 | 86.53 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 3 | 0 | 0.97 | 0.99 | 0.06 | 1.27 | 0.98 | 0.47 |
| Hex | EF | 8 | 3 | 0 | 61 | 63 | 6 | 1 | 62 | 2F |
| Octal | 357 | 10 | 3 | 0 | 141 | 143 | 6 | 1 | 142 | 57 |
| Binary | 11101111 | 1000 | 11 | 0 | 1100001 | 1100011 | 110 | 1 | 1100010 | 101111 |
Color Harmonies of #EF0803
Complementary color
Monochromatic Colors of #EF0803
Black with #EF0803
Text Example
Text Example
White with #EF0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0803; }
p { color: rgb(239,8,3); }
H1.HeaderClassName
{
color: #EF0803;
}
.AnyTagClassName
{
color: #EF0803;
}
</style>
background-color css
<style>
a { background-color: #EF0803; }
a { background-color: rgb(239,8,3); }
div.DivClassName
{
background-color: #EF0803;
}
.BgClassName
{
background-color: #EF0803;
}
</style>
border-color css
<style>
span { border-color: #EF0803; }
span { border-color: rgb(239,8,3); }
td.TdClassName
{
border-color: #EF0803;
}
.TagClassName
{
border-color: #EF0803;
}
</style>