Shades of Crimson #D20341
Tints of Crimson #D20341
RGB
CMYK
RGB Variations
Color information
#D20341 (or 0xD20341) is known color: Crimson. HEX triplet: D2, 03 and 41. RGB value is (210,3,65). Sum of RGB (Red+Green+Blue) = 210+3+65=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D20341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20341 is #2DFCBE. Grayscale: #474747. Windows color (decimal): -3013823 or 4260818. OLE color: 4260818.
HSL color Cylindrical-coordinate representation of color #D20341: hue angle of 342.03º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20341 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 65 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.18 |
| HSL | 342.03º | 0.97% | 0.42% | - |
| HSV(B) | 342.03º | 0.99% | 0.82% | - |
| XYZ | 27.57 | 14.15 | 6.28 | - |
| YUV | 71.96 | 124.08 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 65 | 0 | 0.99 | 0.69 | 0.18 | 342.03 | 0.97 | 0.42 |
| Hex | D2 | 3 | 41 | 0 | 63 | 45 | 12 | 156 | 61 | 2A |
| Octal | 322 | 3 | 101 | 0 | 143 | 105 | 22 | 526 | 141 | 52 |
| Binary | 11010010 | 11 | 1000001 | 0 | 1100011 | 1000101 | 10010 | 101010110 | 1100001 | 101010 |
Color Harmonies of #D20341
Complementary color
Monochromatic Colors of #D20341
Black with #D20341
Text Example
Text Example
White with #D20341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20341; }
p { color: rgb(210,3,65); }
H1.HeaderClassName
{
color: #D20341;
}
.AnyTagClassName
{
color: #D20341;
}
</style>
background-color css
<style>
a { background-color: #D20341; }
a { background-color: rgb(210,3,65); }
div.DivClassName
{
background-color: #D20341;
}
.BgClassName
{
background-color: #D20341;
}
</style>
border-color css
<style>
span { border-color: #D20341; }
span { border-color: rgb(210,3,65); }
td.TdClassName
{
border-color: #D20341;
}
.TagClassName
{
border-color: #D20341;
}
</style>