Shades of Scarlet #DE1507
Tints of Scarlet #DE1507
RGB
CMYK
RGB Variations
Color information
#DE1507 (or 0xDE1507) is known color: Scarlet. HEX triplet: DE, 15 and 07. RGB value is (222,21,7). Sum of RGB (Red+Green+Blue) = 222+21+7=250 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1507 is #21EAF8. Grayscale: #4F4F4F. Windows color (decimal): -2222841 or 464350. OLE color: 464350.
HSL color Cylindrical-coordinate representation of color #DE1507: hue angle of 3.91º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE1507 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.13 |
| HSL | 3.91º | 0.94% | 0.45% | - |
| HSV(B) | 3.91º | 0.97% | 0.87% | - |
| XYZ | 30.43 | 16.08 | 1.7 | - |
| YUV | 79.5 | 87.09 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 7 | 0 | 0.91 | 0.97 | 0.13 | 3.91 | 0.94 | 0.45 |
| Hex | DE | 15 | 7 | 0 | 5B | 61 | D | 4 | 5E | 2D |
| Octal | 336 | 25 | 7 | 0 | 133 | 141 | 15 | 4 | 136 | 55 |
| Binary | 11011110 | 10101 | 111 | 0 | 1011011 | 1100001 | 1101 | 100 | 1011110 | 101101 |
Color Harmonies of #DE1507
Complementary color
Monochromatic Colors of #DE1507
Black with #DE1507
Text Example
Text Example
White with #DE1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1507; }
p { color: rgb(222,21,7); }
H1.HeaderClassName
{
color: #DE1507;
}
.AnyTagClassName
{
color: #DE1507;
}
</style>
background-color css
<style>
a { background-color: #DE1507; }
a { background-color: rgb(222,21,7); }
div.DivClassName
{
background-color: #DE1507;
}
.BgClassName
{
background-color: #DE1507;
}
</style>
border-color css
<style>
span { border-color: #DE1507; }
span { border-color: rgb(222,21,7); }
td.TdClassName
{
border-color: #DE1507;
}
.TagClassName
{
border-color: #DE1507;
}
</style>