Shades of Scarlet #EF190B
Tints of Scarlet #EF190B
RGB
CMYK
RGB Variations
Color information
#EF190B (or 0xEF190B) is known color: Scarlet. HEX triplet: EF, 19 and 0B. RGB value is (239,25,11). Sum of RGB (Red+Green+Blue) = 239+25+11=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF190B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF190B is #10E6F4. Grayscale: #575757. Windows color (decimal): -1107701 or 727535. OLE color: 727535.
HSL color Cylindrical-coordinate representation of color #EF190B: hue angle of 3.68º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF190B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.06 |
| HSL | 3.68º | 0.91% | 0.49% | - |
| HSV(B) | 3.68º | 0.95% | 0.94% | - |
| XYZ | 36 | 19.07 | 2.1 | - |
| YUV | 87.39 | 84.9 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 11 | 0 | 0.90 | 0.95 | 0.06 | 3.68 | 0.91 | 0.49 |
| Hex | EF | 19 | B | 0 | 5A | 5F | 6 | 4 | 5B | 31 |
| Octal | 357 | 31 | 13 | 0 | 132 | 137 | 6 | 4 | 133 | 61 |
| Binary | 11101111 | 11001 | 1011 | 0 | 1011010 | 1011111 | 110 | 100 | 1011011 | 110001 |
Color Harmonies of #EF190B
Complementary color
Monochromatic Colors of #EF190B
Black with #EF190B
Text Example
Text Example
White with #EF190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF190B; }
p { color: rgb(239,25,11); }
H1.HeaderClassName
{
color: #EF190B;
}
.AnyTagClassName
{
color: #EF190B;
}
</style>
background-color css
<style>
a { background-color: #EF190B; }
a { background-color: rgb(239,25,11); }
div.DivClassName
{
background-color: #EF190B;
}
.BgClassName
{
background-color: #EF190B;
}
</style>
border-color css
<style>
span { border-color: #EF190B; }
span { border-color: rgb(239,25,11); }
td.TdClassName
{
border-color: #EF190B;
}
.TagClassName
{
border-color: #EF190B;
}
</style>