Shades of Scarlet #EF220D
Tints of Scarlet #EF220D
RGB
CMYK
RGB Variations
Color information
#EF220D (or 0xEF220D) is known color: Scarlet. HEX triplet: EF, 22 and 0D. RGB value is (239,34,13). Sum of RGB (Red+Green+Blue) = 239+34+13=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF220D is #10DDF2. Grayscale: #5D5D5D. Windows color (decimal): -1105395 or 860911. OLE color: 860911.
HSL color Cylindrical-coordinate representation of color #EF220D: hue angle of 5.58º 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 #EF220D is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 13 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.06 |
| HSL | 5.58º | 0.9% | 0.49% | - |
| HSV(B) | 5.58º | 0.95% | 0.94% | - |
| XYZ | 36.24 | 19.52 | 2.24 | - |
| YUV | 92.9 | 82.92 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 13 | 0 | 0.86 | 0.95 | 0.06 | 5.58 | 0.9 | 0.49 |
| Hex | EF | 22 | D | 0 | 56 | 5F | 6 | 6 | 5A | 31 |
| Octal | 357 | 42 | 15 | 0 | 126 | 137 | 6 | 6 | 132 | 61 |
| Binary | 11101111 | 100010 | 1101 | 0 | 1010110 | 1011111 | 110 | 110 | 1011010 | 110001 |
Color Harmonies of #EF220D
Complementary color
Monochromatic Colors of #EF220D
Black with #EF220D
Text Example
Text Example
White with #EF220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF220D; }
p { color: rgb(239,34,13); }
H1.HeaderClassName
{
color: #EF220D;
}
.AnyTagClassName
{
color: #EF220D;
}
</style>
background-color css
<style>
a { background-color: #EF220D; }
a { background-color: rgb(239,34,13); }
div.DivClassName
{
background-color: #EF220D;
}
.BgClassName
{
background-color: #EF220D;
}
</style>
border-color css
<style>
span { border-color: #EF220D; }
span { border-color: rgb(239,34,13); }
td.TdClassName
{
border-color: #EF220D;
}
.TagClassName
{
border-color: #EF220D;
}
</style>