Shades of Scarlet #EB271C
Tints of Scarlet #EB271C
RGB
CMYK
RGB Variations
Color information
#EB271C (or 0xEB271C) is known color: Scarlet. HEX triplet: EB, 27 and 1C. RGB value is (235,39,28). Sum of RGB (Red+Green+Blue) = 235+39+28=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB271C is #14D8E3. Grayscale: #606060. Windows color (decimal): -1366244 or 1845227. OLE color: 1845227.
HSL color Cylindrical-coordinate representation of color #EB271C: hue angle of 3.19º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB271C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 28 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.08 |
| HSL | 3.19º | 0.84% | 0.52% | - |
| HSV(B) | 3.19º | 0.88% | 0.92% | - |
| XYZ | 35.2 | 19.2 | 2.95 | - |
| YUV | 96.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 28 | 0 | 0.83 | 0.88 | 0.08 | 3.19 | 0.84 | 0.52 |
| Hex | EB | 27 | 1C | 0 | 53 | 58 | 8 | 3 | 54 | 34 |
| Octal | 353 | 47 | 34 | 0 | 123 | 130 | 10 | 3 | 124 | 64 |
| Binary | 11101011 | 100111 | 11100 | 0 | 1010011 | 1011000 | 1000 | 11 | 1010100 | 110100 |
Color Harmonies of #EB271C
Complementary color
Monochromatic Colors of #EB271C
Black with #EB271C
Text Example
Text Example
White with #EB271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB271C; }
p { color: rgb(235,39,28); }
H1.HeaderClassName
{
color: #EB271C;
}
.AnyTagClassName
{
color: #EB271C;
}
</style>
background-color css
<style>
a { background-color: #EB271C; }
a { background-color: rgb(235,39,28); }
div.DivClassName
{
background-color: #EB271C;
}
.BgClassName
{
background-color: #EB271C;
}
</style>
border-color css
<style>
span { border-color: #EB271C; }
span { border-color: rgb(235,39,28); }
td.TdClassName
{
border-color: #EB271C;
}
.TagClassName
{
border-color: #EB271C;
}
</style>