Shades of Crimson #D0103C
Tints of Crimson #D0103C
RGB
CMYK
RGB Variations
Color information
#D0103C (or 0xD0103C) is known color: Crimson. HEX triplet: D0, 10 and 3C. RGB value is (208,16,60). Sum of RGB (Red+Green+Blue) = 208+16+60=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D0103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0103C is #2FEFC3. Grayscale: #4E4E4E. Windows color (decimal): -3141572 or 3936464. OLE color: 3936464.
HSL color Cylindrical-coordinate representation of color #D0103C: hue angle of 346.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0103C is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.18 |
| HSL | 346.25º | 0.86% | 0.44% | - |
| HSV(B) | 346.25º | 0.92% | 0.82% | - |
| XYZ | 27.01 | 14.11 | 5.57 | - |
| YUV | 78.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 60 | 0 | 0.92 | 0.71 | 0.18 | 346.25 | 0.86 | 0.44 |
| Hex | D0 | 10 | 3C | 0 | 5C | 47 | 12 | 15A | 56 | 2C |
| Octal | 320 | 20 | 74 | 0 | 134 | 107 | 22 | 532 | 126 | 54 |
| Binary | 11010000 | 10000 | 111100 | 0 | 1011100 | 1000111 | 10010 | 101011010 | 1010110 | 101100 |
Color Harmonies of #D0103C
Complementary color
Monochromatic Colors of #D0103C
Black with #D0103C
Text Example
Text Example
White with #D0103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0103C; }
p { color: rgb(208,16,60); }
H1.HeaderClassName
{
color: #D0103C;
}
.AnyTagClassName
{
color: #D0103C;
}
</style>
background-color css
<style>
a { background-color: #D0103C; }
a { background-color: rgb(208,16,60); }
div.DivClassName
{
background-color: #D0103C;
}
.BgClassName
{
background-color: #D0103C;
}
</style>
border-color css
<style>
span { border-color: #D0103C; }
span { border-color: rgb(208,16,60); }
td.TdClassName
{
border-color: #D0103C;
}
.TagClassName
{
border-color: #D0103C;
}
</style>