Shades of Scarlet #EB3203
Tints of Scarlet #EB3203
RGB
CMYK
RGB Variations
Color information
#EB3203 (or 0xEB3203) is known color: Scarlet. HEX triplet: EB, 32 and 03. RGB value is (235,50,3). Sum of RGB (Red+Green+Blue) = 235+50+3=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3203 is #14CDFC. Grayscale: #646464. Windows color (decimal): -1363453 or 209643. OLE color: 209643.
HSL color Cylindrical-coordinate representation of color #EB3203: hue angle of 12.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB3203 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 3 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.08 |
| HSL | 12.16º | 0.97% | 0.47% | - |
| HSV(B) | 12.16º | 0.99% | 0.92% | - |
| XYZ | 35.42 | 19.95 | 2.07 | - |
| YUV | 99.96 | 73.29 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 3 | 0 | 0.79 | 0.99 | 0.08 | 12.16 | 0.97 | 0.47 |
| Hex | EB | 32 | 3 | 0 | 4F | 63 | 8 | C | 61 | 2F |
| Octal | 353 | 62 | 3 | 0 | 117 | 143 | 10 | 14 | 141 | 57 |
| Binary | 11101011 | 110010 | 11 | 0 | 1001111 | 1100011 | 1000 | 1100 | 1100001 | 101111 |
Color Harmonies of #EB3203
Complementary color
Monochromatic Colors of #EB3203
Black with #EB3203
Text Example
Text Example
White with #EB3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3203; }
p { color: rgb(235,50,3); }
H1.HeaderClassName
{
color: #EB3203;
}
.AnyTagClassName
{
color: #EB3203;
}
</style>
background-color css
<style>
a { background-color: #EB3203; }
a { background-color: rgb(235,50,3); }
div.DivClassName
{
background-color: #EB3203;
}
.BgClassName
{
background-color: #EB3203;
}
</style>
border-color css
<style>
span { border-color: #EB3203; }
span { border-color: rgb(235,50,3); }
td.TdClassName
{
border-color: #EB3203;
}
.TagClassName
{
border-color: #EB3203;
}
</style>