Shades of Scarlet #DE2300
Tints of Scarlet #DE2300
RGB
CMYK
RGB Variations
Color information
#DE2300 (or 0xDE2300) is known color: Scarlet. HEX triplet: DE, 23 and 00. RGB value is (222,35,0). Sum of RGB (Red+Green+Blue) = 222+35+0=257 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.38% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2300 is #21DCFF. Grayscale: #575757. Windows color (decimal): -2219264 or 9182. OLE color: 9182.
HSL color Cylindrical-coordinate representation of color #DE2300: hue angle of 9.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE2300 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.13 |
| HSL | 9.46º | 1% | 0.44% | - |
| HSV(B) | 9.46º | 1% | 0.87% | - |
| XYZ | 30.73 | 16.73 | 1.61 | - |
| YUV | 86.92 | 78.95 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 0 | 0 | 0.84 | 1 | 0.13 | 9.46 | 1 | 0.44 |
| Hex | DE | 23 | 0 | 0 | 54 | 64 | D | 9 | 64 | 2C |
| Octal | 336 | 43 | 0 | 0 | 124 | 144 | 15 | 11 | 144 | 54 |
| Binary | 11011110 | 100011 | 0 | 0 | 1010100 | 1100100 | 1101 | 1001 | 1100100 | 101100 |
Color Harmonies of #DE2300
Complementary color
Monochromatic Colors of #DE2300
Black with #DE2300
Text Example
Text Example
White with #DE2300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2300; }
p { color: rgb(222,35,0); }
H1.HeaderClassName
{
color: #DE2300;
}
.AnyTagClassName
{
color: #DE2300;
}
</style>
background-color css
<style>
a { background-color: #DE2300; }
a { background-color: rgb(222,35,0); }
div.DivClassName
{
background-color: #DE2300;
}
.BgClassName
{
background-color: #DE2300;
}
</style>
border-color css
<style>
span { border-color: #DE2300; }
span { border-color: rgb(222,35,0); }
td.TdClassName
{
border-color: #DE2300;
}
.TagClassName
{
border-color: #DE2300;
}
</style>