Shades of Crimson #D20135
Tints of Crimson #D20135
RGB
CMYK
RGB Variations
Color information
#D20135 (or 0xD20135) is known color: Crimson. HEX triplet: D2, 01 and 35. RGB value is (210,1,53). Sum of RGB (Red+Green+Blue) = 210+1+53=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D20135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20135 is #2DFECA. Grayscale: #454545. Windows color (decimal): -3014347 or 3473874. OLE color: 3473874.
HSL color Cylindrical-coordinate representation of color #D20135: hue angle of 345.07º 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 #D20135 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 53 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.18 |
| HSL | 345.07º | 0.99% | 0.41% | - |
| HSV(B) | 345.07º | 1% | 0.82% | - |
| XYZ | 27.23 | 13.98 | 4.63 | - |
| YUV | 69.42 | 118.74 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 53 | 0 | 1.00 | 0.75 | 0.18 | 345.07 | 0.99 | 0.41 |
| Hex | D2 | 1 | 35 | 0 | 64 | 4B | 12 | 159 | 63 | 29 |
| Octal | 322 | 1 | 65 | 0 | 144 | 113 | 22 | 531 | 143 | 51 |
| Binary | 11010010 | 1 | 110101 | 0 | 1100100 | 1001011 | 10010 | 101011001 | 1100011 | 101001 |
Color Harmonies of #D20135
Complementary color
Monochromatic Colors of #D20135
Black with #D20135
Text Example
Text Example
White with #D20135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20135; }
p { color: rgb(210,1,53); }
H1.HeaderClassName
{
color: #D20135;
}
.AnyTagClassName
{
color: #D20135;
}
</style>
background-color css
<style>
a { background-color: #D20135; }
a { background-color: rgb(210,1,53); }
div.DivClassName
{
background-color: #D20135;
}
.BgClassName
{
background-color: #D20135;
}
</style>
border-color css
<style>
span { border-color: #D20135; }
span { border-color: rgb(210,1,53); }
td.TdClassName
{
border-color: #D20135;
}
.TagClassName
{
border-color: #D20135;
}
</style>