Shades of Torch Red #EF0428
Tints of Torch Red #EF0428
RGB
CMYK
RGB Variations
Color information
#EF0428 (or 0xEF0428) is known color: Torch Red. HEX triplet: EF, 04 and 28. RGB value is (239,4,40). Sum of RGB (Red+Green+Blue) = 239+4+40=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0428 is #10FBD7. Grayscale: #4E4E4E. Windows color (decimal): -1113048 or 2622703. OLE color: 2622703.
HSL color Cylindrical-coordinate representation of color #EF0428: hue angle of 350.81º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0428 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.06 |
| HSL | 350.81º | 0.97% | 0.48% | - |
| HSV(B) | 350.81º | 0.98% | 0.94% | - |
| XYZ | 36.02 | 18.59 | 3.7 | - |
| YUV | 78.37 | 106.36 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 40 | 0 | 0.98 | 0.83 | 0.06 | 350.81 | 0.97 | 0.48 |
| Hex | EF | 4 | 28 | 0 | 62 | 53 | 6 | 15F | 61 | 30 |
| Octal | 357 | 4 | 50 | 0 | 142 | 123 | 6 | 537 | 141 | 60 |
| Binary | 11101111 | 100 | 101000 | 0 | 1100010 | 1010011 | 110 | 101011111 | 1100001 | 110000 |
Color Harmonies of #EF0428
Complementary color
Monochromatic Colors of #EF0428
Black with #EF0428
Text Example
Text Example
White with #EF0428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0428; }
p { color: rgb(239,4,40); }
H1.HeaderClassName
{
color: #EF0428;
}
.AnyTagClassName
{
color: #EF0428;
}
</style>
background-color css
<style>
a { background-color: #EF0428; }
a { background-color: rgb(239,4,40); }
div.DivClassName
{
background-color: #EF0428;
}
.BgClassName
{
background-color: #EF0428;
}
</style>
border-color css
<style>
span { border-color: #EF0428; }
span { border-color: rgb(239,4,40); }
td.TdClassName
{
border-color: #EF0428;
}
.TagClassName
{
border-color: #EF0428;
}
</style>