Shades of Crimson #DE1B3C
Tints of Crimson #DE1B3C
RGB
CMYK
RGB Variations
Color information
#DE1B3C (or 0xDE1B3C) is known color: Crimson. HEX triplet: DE, 1B and 3C. RGB value is (222,27,60). Sum of RGB (Red+Green+Blue) = 222+27+60=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1B3C is #21E4C3. Grayscale: #595959. Windows color (decimal): -2221252 or 3939294. OLE color: 3939294.
HSL color Cylindrical-coordinate representation of color #DE1B3C: hue angle of 349.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B3C is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 60 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.13 |
| HSL | 349.85º | 0.78% | 0.49% | - |
| HSV(B) | 349.85º | 0.88% | 0.87% | - |
| XYZ | 31.33 | 16.64 | 5.84 | - |
| YUV | 89.07 | 111.6 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 60 | 0 | 0.88 | 0.73 | 0.13 | 349.85 | 0.78 | 0.49 |
| Hex | DE | 1B | 3C | 0 | 58 | 49 | D | 15E | 4E | 31 |
| Octal | 336 | 33 | 74 | 0 | 130 | 111 | 15 | 536 | 116 | 61 |
| Binary | 11011110 | 11011 | 111100 | 0 | 1011000 | 1001001 | 1101 | 101011110 | 1001110 | 110001 |
Color Harmonies of #DE1B3C
Complementary color
Monochromatic Colors of #DE1B3C
Black with #DE1B3C
Text Example
Text Example
White with #DE1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B3C; }
p { color: rgb(222,27,60); }
H1.HeaderClassName
{
color: #DE1B3C;
}
.AnyTagClassName
{
color: #DE1B3C;
}
</style>
background-color css
<style>
a { background-color: #DE1B3C; }
a { background-color: rgb(222,27,60); }
div.DivClassName
{
background-color: #DE1B3C;
}
.BgClassName
{
background-color: #DE1B3C;
}
</style>
border-color css
<style>
span { border-color: #DE1B3C; }
span { border-color: rgb(222,27,60); }
td.TdClassName
{
border-color: #DE1B3C;
}
.TagClassName
{
border-color: #DE1B3C;
}
</style>