Shades of Scarlet #EF1B02
Tints of Scarlet #EF1B02
RGB
CMYK
RGB Variations
Color information
#EF1B02 (or 0xEF1B02) is known color: Scarlet. HEX triplet: EF, 1B and 02. RGB value is (239,27,2). Sum of RGB (Red+Green+Blue) = 239+27+2=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1B02 is #10E4FD. Grayscale: #575757. Windows color (decimal): -1107198 or 138223. OLE color: 138223.
HSL color Cylindrical-coordinate representation of color #EF1B02: hue angle of 6.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF1B02 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.06 |
| HSL | 6.33º | 0.98% | 0.47% | - |
| HSV(B) | 6.33º | 0.99% | 0.94% | - |
| XYZ | 36 | 19.14 | 1.85 | - |
| YUV | 87.54 | 79.74 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 2 | 0 | 0.89 | 0.99 | 0.06 | 6.33 | 0.98 | 0.47 |
| Hex | EF | 1B | 2 | 0 | 59 | 63 | 6 | 6 | 62 | 2F |
| Octal | 357 | 33 | 2 | 0 | 131 | 143 | 6 | 6 | 142 | 57 |
| Binary | 11101111 | 11011 | 10 | 0 | 1011001 | 1100011 | 110 | 110 | 1100010 | 101111 |
Color Harmonies of #EF1B02
Complementary color
Monochromatic Colors of #EF1B02
Black with #EF1B02
Text Example
Text Example
White with #EF1B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B02; }
p { color: rgb(239,27,2); }
H1.HeaderClassName
{
color: #EF1B02;
}
.AnyTagClassName
{
color: #EF1B02;
}
</style>
background-color css
<style>
a { background-color: #EF1B02; }
a { background-color: rgb(239,27,2); }
div.DivClassName
{
background-color: #EF1B02;
}
.BgClassName
{
background-color: #EF1B02;
}
</style>
border-color css
<style>
span { border-color: #EF1B02; }
span { border-color: rgb(239,27,2); }
td.TdClassName
{
border-color: #EF1B02;
}
.TagClassName
{
border-color: #EF1B02;
}
</style>