Shades of Red #EF0302
Tints of Red #EF0302
RGB
CMYK
RGB Variations
Color information
#EF0302 (or 0xEF0302) is known color: Red. HEX triplet: EF, 03 and 02. RGB value is (239,3,2). Sum of RGB (Red+Green+Blue) = 239+3+2=244 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.95% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0302 is #10FCFD. Grayscale: #494949. Windows color (decimal): -1113342 or 132079. OLE color: 132079.
HSL color Cylindrical-coordinate representation of color #EF0302: hue angle of 0.25º 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 #EF0302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.06 |
| HSL | 0.25º | 0.98% | 0.47% | - |
| HSV(B) | 0.25º | 0.99% | 0.94% | - |
| XYZ | 35.64 | 18.42 | 1.73 | - |
| YUV | 73.45 | 87.69 | 246.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 2 | 0 | 0.99 | 0.99 | 0.06 | 0.25 | 0.98 | 0.47 |
| Hex | EF | 3 | 2 | 0 | 63 | 63 | 6 | 0 | 62 | 2F |
| Octal | 357 | 3 | 2 | 0 | 143 | 143 | 6 | 0 | 142 | 57 |
| Binary | 11101111 | 11 | 10 | 0 | 1100011 | 1100011 | 110 | 0 | 1100010 | 101111 |
Color Harmonies of #EF0302
Complementary color
Monochromatic Colors of #EF0302
Black with #EF0302
Text Example
Text Example
White with #EF0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0302; }
p { color: rgb(239,3,2); }
H1.HeaderClassName
{
color: #EF0302;
}
.AnyTagClassName
{
color: #EF0302;
}
</style>
background-color css
<style>
a { background-color: #EF0302; }
a { background-color: rgb(239,3,2); }
div.DivClassName
{
background-color: #EF0302;
}
.BgClassName
{
background-color: #EF0302;
}
</style>
border-color css
<style>
span { border-color: #EF0302; }
span { border-color: rgb(239,3,2); }
td.TdClassName
{
border-color: #EF0302;
}
.TagClassName
{
border-color: #EF0302;
}
</style>