Shades of Scarlet #E6250B
Tints of Scarlet #E6250B
RGB
CMYK
RGB Variations
Color information
#E6250B (or 0xE6250B) is known color: Scarlet. HEX triplet: E6, 25 and 0B. RGB value is (230,37,11). Sum of RGB (Red+Green+Blue) = 230+37+11=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6250B is #19DAF4. Grayscale: #5C5C5C. Windows color (decimal): -1694453 or 730598. OLE color: 730598.
HSL color Cylindrical-coordinate representation of color #E6250B: hue angle of 7.12º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6250B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.10 |
| HSL | 7.12º | 0.91% | 0.47% | - |
| HSV(B) | 7.12º | 0.95% | 0.9% | - |
| XYZ | 33.36 | 18.17 | 2.07 | - |
| YUV | 91.74 | 82.44 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 11 | 0 | 0.84 | 0.95 | 0.10 | 7.12 | 0.91 | 0.47 |
| Hex | E6 | 25 | B | 0 | 54 | 5F | A | 7 | 5B | 2F |
| Octal | 346 | 45 | 13 | 0 | 124 | 137 | 12 | 7 | 133 | 57 |
| Binary | 11100110 | 100101 | 1011 | 0 | 1010100 | 1011111 | 1010 | 111 | 1011011 | 101111 |
Color Harmonies of #E6250B
Complementary color
Monochromatic Colors of #E6250B
Black with #E6250B
Text Example
Text Example
White with #E6250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6250B; }
p { color: rgb(230,37,11); }
H1.HeaderClassName
{
color: #E6250B;
}
.AnyTagClassName
{
color: #E6250B;
}
</style>
background-color css
<style>
a { background-color: #E6250B; }
a { background-color: rgb(230,37,11); }
div.DivClassName
{
background-color: #E6250B;
}
.BgClassName
{
background-color: #E6250B;
}
</style>
border-color css
<style>
span { border-color: #E6250B; }
span { border-color: rgb(230,37,11); }
td.TdClassName
{
border-color: #E6250B;
}
.TagClassName
{
border-color: #E6250B;
}
</style>