Shades of Scarlet #EF330D
Tints of Scarlet #EF330D
RGB
CMYK
RGB Variations
Color information
#EF330D (or 0xEF330D) is known color: Scarlet. HEX triplet: EF, 33 and 0D. RGB value is (239,51,13). Sum of RGB (Red+Green+Blue) = 239+51+13=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF330D is #10CCF2. Grayscale: #676767. Windows color (decimal): -1101043 or 865263. OLE color: 865263.
HSL color Cylindrical-coordinate representation of color #EF330D: hue angle of 10.09º 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 #EF330D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.06 |
| HSL | 10.09º | 0.9% | 0.49% | - |
| HSV(B) | 10.09º | 0.95% | 0.94% | - |
| XYZ | 36.85 | 20.75 | 2.44 | - |
| YUV | 102.88 | 77.28 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 13 | 0 | 0.79 | 0.95 | 0.06 | 10.09 | 0.9 | 0.49 |
| Hex | EF | 33 | D | 0 | 4F | 5F | 6 | A | 5A | 31 |
| Octal | 357 | 63 | 15 | 0 | 117 | 137 | 6 | 12 | 132 | 61 |
| Binary | 11101111 | 110011 | 1101 | 0 | 1001111 | 1011111 | 110 | 1010 | 1011010 | 110001 |
Color Harmonies of #EF330D
Complementary color
Monochromatic Colors of #EF330D
Black with #EF330D
Text Example
Text Example
White with #EF330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF330D; }
p { color: rgb(239,51,13); }
H1.HeaderClassName
{
color: #EF330D;
}
.AnyTagClassName
{
color: #EF330D;
}
</style>
background-color css
<style>
a { background-color: #EF330D; }
a { background-color: rgb(239,51,13); }
div.DivClassName
{
background-color: #EF330D;
}
.BgClassName
{
background-color: #EF330D;
}
</style>
border-color css
<style>
span { border-color: #EF330D; }
span { border-color: rgb(239,51,13); }
td.TdClassName
{
border-color: #EF330D;
}
.TagClassName
{
border-color: #EF330D;
}
</style>