Shades of Scarlet #EF1B0C
Tints of Scarlet #EF1B0C
RGB
CMYK
RGB Variations
Color information
#EF1B0C (or 0xEF1B0C) is known color: Scarlet. HEX triplet: EF, 1B and 0C. RGB value is (239,27,12). Sum of RGB (Red+Green+Blue) = 239+27+12=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1B0C is #10E4F3. Grayscale: #585858. Windows color (decimal): -1107188 or 793583. OLE color: 793583.
HSL color Cylindrical-coordinate representation of color #EF1B0C: hue angle of 3.96º degrees, saturation: 0.9, 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 #EF1B0C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.06 |
| HSL | 3.96º | 0.9% | 0.49% | - |
| HSV(B) | 3.96º | 0.95% | 0.94% | - |
| XYZ | 36.05 | 19.16 | 2.15 | - |
| YUV | 88.68 | 84.74 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 12 | 0 | 0.89 | 0.95 | 0.06 | 3.96 | 0.9 | 0.49 |
| Hex | EF | 1B | C | 0 | 59 | 5F | 6 | 4 | 5A | 31 |
| Octal | 357 | 33 | 14 | 0 | 131 | 137 | 6 | 4 | 132 | 61 |
| Binary | 11101111 | 11011 | 1100 | 0 | 1011001 | 1011111 | 110 | 100 | 1011010 | 110001 |
Color Harmonies of #EF1B0C
Complementary color
Monochromatic Colors of #EF1B0C
Black with #EF1B0C
Text Example
Text Example
White with #EF1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B0C; }
p { color: rgb(239,27,12); }
H1.HeaderClassName
{
color: #EF1B0C;
}
.AnyTagClassName
{
color: #EF1B0C;
}
</style>
background-color css
<style>
a { background-color: #EF1B0C; }
a { background-color: rgb(239,27,12); }
div.DivClassName
{
background-color: #EF1B0C;
}
.BgClassName
{
background-color: #EF1B0C;
}
</style>
border-color css
<style>
span { border-color: #EF1B0C; }
span { border-color: rgb(239,27,12); }
td.TdClassName
{
border-color: #EF1B0C;
}
.TagClassName
{
border-color: #EF1B0C;
}
</style>