Shades of Torch Red #EB0330
Tints of Torch Red #EB0330
RGB
CMYK
RGB Variations
Color information
#EB0330 (or 0xEB0330) is known color: Torch Red. HEX triplet: EB, 03 and 30. RGB value is (235,3,48). Sum of RGB (Red+Green+Blue) = 235+3+48=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0330 is #14FCCF. Grayscale: #4D4D4D. Windows color (decimal): -1375440 or 3146731. OLE color: 3146731.
HSL color Cylindrical-coordinate representation of color #EB0330: hue angle of 348.36º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0330 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.08 |
| HSL | 348.36º | 0.97% | 0.47% | - |
| HSV(B) | 348.36º | 0.99% | 0.92% | - |
| XYZ | 34.83 | 17.94 | 4.42 | - |
| YUV | 77.5 | 111.36 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 3 | 48 | 0 | 0.99 | 0.80 | 0.08 | 348.36 | 0.97 | 0.47 |
| Hex | EB | 3 | 30 | 0 | 63 | 50 | 8 | 15C | 61 | 2F |
| Octal | 353 | 3 | 60 | 0 | 143 | 120 | 10 | 534 | 141 | 57 |
| Binary | 11101011 | 11 | 110000 | 0 | 1100011 | 1010000 | 1000 | 101011100 | 1100001 | 101111 |
Color Harmonies of #EB0330
Complementary color
Monochromatic Colors of #EB0330
Black with #EB0330
Text Example
Text Example
White with #EB0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0330; }
p { color: rgb(235,3,48); }
H1.HeaderClassName
{
color: #EB0330;
}
.AnyTagClassName
{
color: #EB0330;
}
</style>
background-color css
<style>
a { background-color: #EB0330; }
a { background-color: rgb(235,3,48); }
div.DivClassName
{
background-color: #EB0330;
}
.BgClassName
{
background-color: #EB0330;
}
</style>
border-color css
<style>
span { border-color: #EB0330; }
span { border-color: rgb(235,3,48); }
td.TdClassName
{
border-color: #EB0330;
}
.TagClassName
{
border-color: #EB0330;
}
</style>