Shades of Crimson #D00E3D
Tints of Crimson #D00E3D
RGB
CMYK
RGB Variations
Color information
#D00E3D (or 0xD00E3D) is known color: Crimson. HEX triplet: D0, 0E and 3D. RGB value is (208,14,61). Sum of RGB (Red+Green+Blue) = 208+14+61=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00E3D is #2FF1C2. Grayscale: #4D4D4D. Windows color (decimal): -3142083 or 4001488. OLE color: 4001488.
HSL color Cylindrical-coordinate representation of color #D00E3D: hue angle of 345.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00E3D is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 14 | 61 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.18 |
| HSL | 345.46º | 0.87% | 0.44% | - |
| HSV(B) | 345.46º | 0.93% | 0.82% | - |
| XYZ | 27.01 | 14.06 | 5.71 | - |
| YUV | 77.36 | 118.77 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 61 | 0 | 0.93 | 0.71 | 0.18 | 345.46 | 0.87 | 0.44 |
| Hex | D0 | E | 3D | 0 | 5D | 47 | 12 | 159 | 57 | 2C |
| Octal | 320 | 16 | 75 | 0 | 135 | 107 | 22 | 531 | 127 | 54 |
| Binary | 11010000 | 1110 | 111101 | 0 | 1011101 | 1000111 | 10010 | 101011001 | 1010111 | 101100 |
Color Harmonies of #D00E3D
Complementary color
Monochromatic Colors of #D00E3D
Black with #D00E3D
Text Example
Text Example
White with #D00E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00E3D; }
p { color: rgb(208,14,61); }
H1.HeaderClassName
{
color: #D00E3D;
}
.AnyTagClassName
{
color: #D00E3D;
}
</style>
background-color css
<style>
a { background-color: #D00E3D; }
a { background-color: rgb(208,14,61); }
div.DivClassName
{
background-color: #D00E3D;
}
.BgClassName
{
background-color: #D00E3D;
}
</style>
border-color css
<style>
span { border-color: #D00E3D; }
span { border-color: rgb(208,14,61); }
td.TdClassName
{
border-color: #D00E3D;
}
.TagClassName
{
border-color: #D00E3D;
}
</style>