Shades of Scarlet #EF200B
Tints of Scarlet #EF200B
RGB
CMYK
RGB Variations
Color information
#EF200B (or 0xEF200B) is known color: Scarlet. HEX triplet: EF, 20 and 0B. RGB value is (239,32,11). Sum of RGB (Red+Green+Blue) = 239+32+11=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF200B is #10DFF4. Grayscale: #5B5B5B. Windows color (decimal): -1105909 or 729327. OLE color: 729327.
HSL color Cylindrical-coordinate representation of color #EF200B: hue angle of 5.53º 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 #EF200B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 11 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.06 |
| HSL | 5.53º | 0.91% | 0.49% | - |
| HSV(B) | 5.53º | 0.95% | 0.94% | - |
| XYZ | 36.17 | 19.41 | 2.16 | - |
| YUV | 91.5 | 82.58 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 11 | 0 | 0.87 | 0.95 | 0.06 | 5.53 | 0.91 | 0.49 |
| Hex | EF | 20 | B | 0 | 57 | 5F | 6 | 6 | 5B | 31 |
| Octal | 357 | 40 | 13 | 0 | 127 | 137 | 6 | 6 | 133 | 61 |
| Binary | 11101111 | 100000 | 1011 | 0 | 1010111 | 1011111 | 110 | 110 | 1011011 | 110001 |
Color Harmonies of #EF200B
Complementary color
Monochromatic Colors of #EF200B
Black with #EF200B
Text Example
Text Example
White with #EF200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF200B; }
p { color: rgb(239,32,11); }
H1.HeaderClassName
{
color: #EF200B;
}
.AnyTagClassName
{
color: #EF200B;
}
</style>
background-color css
<style>
a { background-color: #EF200B; }
a { background-color: rgb(239,32,11); }
div.DivClassName
{
background-color: #EF200B;
}
.BgClassName
{
background-color: #EF200B;
}
</style>
border-color css
<style>
span { border-color: #EF200B; }
span { border-color: rgb(239,32,11); }
td.TdClassName
{
border-color: #EF200B;
}
.TagClassName
{
border-color: #EF200B;
}
</style>