Shades of Scarlet #EF281B
Tints of Scarlet #EF281B
RGB
CMYK
RGB Variations
Color information
#EF281B (or 0xEF281B) is known color: Scarlet. HEX triplet: EF, 28 and 1B. RGB value is (239,40,27). Sum of RGB (Red+Green+Blue) = 239+40+27=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF281B is #10D7E4. Grayscale: #626262. Windows color (decimal): -1103845 or 1779951. OLE color: 1779951.
HSL color Cylindrical-coordinate representation of color #EF281B: hue angle of 3.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF281B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.06 |
| HSL | 3.68º | 0.87% | 0.52% | - |
| HSV(B) | 3.68º | 0.89% | 0.94% | - |
| XYZ | 36.55 | 19.95 | 2.96 | - |
| YUV | 98.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 27 | 0 | 0.83 | 0.89 | 0.06 | 3.68 | 0.87 | 0.52 |
| Hex | EF | 28 | 1B | 0 | 53 | 59 | 6 | 4 | 57 | 34 |
| Octal | 357 | 50 | 33 | 0 | 123 | 131 | 6 | 4 | 127 | 64 |
| Binary | 11101111 | 101000 | 11011 | 0 | 1010011 | 1011001 | 110 | 100 | 1010111 | 110100 |
Color Harmonies of #EF281B
Complementary color
Monochromatic Colors of #EF281B
Black with #EF281B
Text Example
Text Example
White with #EF281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF281B; }
p { color: rgb(239,40,27); }
H1.HeaderClassName
{
color: #EF281B;
}
.AnyTagClassName
{
color: #EF281B;
}
</style>
background-color css
<style>
a { background-color: #EF281B; }
a { background-color: rgb(239,40,27); }
div.DivClassName
{
background-color: #EF281B;
}
.BgClassName
{
background-color: #EF281B;
}
</style>
border-color css
<style>
span { border-color: #EF281B; }
span { border-color: rgb(239,40,27); }
td.TdClassName
{
border-color: #EF281B;
}
.TagClassName
{
border-color: #EF281B;
}
</style>