Shades of Crimson #D2013D
Tints of Crimson #D2013D
RGB
CMYK
RGB Variations
Color information
#D2013D (or 0xD2013D) is known color: Crimson. HEX triplet: D2, 01 and 3D. RGB value is (210,1,61). Sum of RGB (Red+Green+Blue) = 210+1+61=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D2013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2013D is #2DFEC2. Grayscale: #464646. Windows color (decimal): -3014339 or 3998162. OLE color: 3998162.
HSL color Cylindrical-coordinate representation of color #D2013D: hue angle of 342.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2013D is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.18 |
| HSL | 342.78º | 0.99% | 0.41% | - |
| HSV(B) | 342.78º | 1% | 0.82% | - |
| XYZ | 27.43 | 14.06 | 5.68 | - |
| YUV | 70.33 | 122.74 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 61 | 0 | 1.00 | 0.71 | 0.18 | 342.78 | 0.99 | 0.41 |
| Hex | D2 | 1 | 3D | 0 | 64 | 47 | 12 | 157 | 63 | 29 |
| Octal | 322 | 1 | 75 | 0 | 144 | 107 | 22 | 527 | 143 | 51 |
| Binary | 11010010 | 1 | 111101 | 0 | 1100100 | 1000111 | 10010 | 101010111 | 1100011 | 101001 |
Color Harmonies of #D2013D
Complementary color
Monochromatic Colors of #D2013D
Black with #D2013D
Text Example
Text Example
White with #D2013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2013D; }
p { color: rgb(210,1,61); }
H1.HeaderClassName
{
color: #D2013D;
}
.AnyTagClassName
{
color: #D2013D;
}
</style>
background-color css
<style>
a { background-color: #D2013D; }
a { background-color: rgb(210,1,61); }
div.DivClassName
{
background-color: #D2013D;
}
.BgClassName
{
background-color: #D2013D;
}
</style>
border-color css
<style>
span { border-color: #D2013D; }
span { border-color: rgb(210,1,61); }
td.TdClassName
{
border-color: #D2013D;
}
.TagClassName
{
border-color: #D2013D;
}
</style>