Shades of Scarlet #ED3303
Tints of Scarlet #ED3303
RGB
CMYK
RGB Variations
Color information
#ED3303 (or 0xED3303) is known color: Scarlet. HEX triplet: ED, 33 and 03. RGB value is (237,51,3). Sum of RGB (Red+Green+Blue) = 237+51+3=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3303 is #12CCFC. Grayscale: #656565. Windows color (decimal): -1232125 or 209901. OLE color: 209901.
HSL color Cylindrical-coordinate representation of color #ED3303: hue angle of 12.31º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED3303 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.07 |
| HSL | 12.31º | 0.98% | 0.47% | - |
| HSV(B) | 12.31º | 0.99% | 0.93% | - |
| XYZ | 36.13 | 20.38 | 2.12 | - |
| YUV | 101.14 | 72.62 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 3 | 0 | 0.78 | 0.99 | 0.07 | 12.31 | 0.98 | 0.47 |
| Hex | ED | 33 | 3 | 0 | 4E | 63 | 7 | C | 62 | 2F |
| Octal | 355 | 63 | 3 | 0 | 116 | 143 | 7 | 14 | 142 | 57 |
| Binary | 11101101 | 110011 | 11 | 0 | 1001110 | 1100011 | 111 | 1100 | 1100010 | 101111 |
Color Harmonies of #ED3303
Complementary color
Monochromatic Colors of #ED3303
Black with #ED3303
Text Example
Text Example
White with #ED3303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3303; }
p { color: rgb(237,51,3); }
H1.HeaderClassName
{
color: #ED3303;
}
.AnyTagClassName
{
color: #ED3303;
}
</style>
background-color css
<style>
a { background-color: #ED3303; }
a { background-color: rgb(237,51,3); }
div.DivClassName
{
background-color: #ED3303;
}
.BgClassName
{
background-color: #ED3303;
}
</style>
border-color css
<style>
span { border-color: #ED3303; }
span { border-color: rgb(237,51,3); }
td.TdClassName
{
border-color: #ED3303;
}
.TagClassName
{
border-color: #ED3303;
}
</style>