Shades of Crimson #D2023D
Tints of Crimson #D2023D
RGB
CMYK
RGB Variations
Color information
#D2023D (or 0xD2023D) is known color: Crimson. HEX triplet: D2, 02 and 3D. RGB value is (210,2,61). Sum of RGB (Red+Green+Blue) = 210+2+61=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2023D is #2DFDC2. Grayscale: #464646. Windows color (decimal): -3014083 or 3998418. OLE color: 3998418.
HSL color Cylindrical-coordinate representation of color #D2023D: hue angle of 342.98º degrees, saturation: 0.98, 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 #D2023D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.18 |
| HSL | 342.98º | 0.98% | 0.42% | - |
| HSV(B) | 342.98º | 0.99% | 0.82% | - |
| XYZ | 27.44 | 14.08 | 5.69 | - |
| YUV | 70.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 61 | 0 | 0.99 | 0.71 | 0.18 | 342.98 | 0.98 | 0.42 |
| Hex | D2 | 2 | 3D | 0 | 63 | 47 | 12 | 157 | 62 | 2A |
| Octal | 322 | 2 | 75 | 0 | 143 | 107 | 22 | 527 | 142 | 52 |
| Binary | 11010010 | 10 | 111101 | 0 | 1100011 | 1000111 | 10010 | 101010111 | 1100010 | 101010 |
Color Harmonies of #D2023D
Complementary color
Monochromatic Colors of #D2023D
Black with #D2023D
Text Example
Text Example
White with #D2023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2023D; }
p { color: rgb(210,2,61); }
H1.HeaderClassName
{
color: #D2023D;
}
.AnyTagClassName
{
color: #D2023D;
}
</style>
background-color css
<style>
a { background-color: #D2023D; }
a { background-color: rgb(210,2,61); }
div.DivClassName
{
background-color: #D2023D;
}
.BgClassName
{
background-color: #D2023D;
}
</style>
border-color css
<style>
span { border-color: #D2023D; }
span { border-color: rgb(210,2,61); }
td.TdClassName
{
border-color: #D2023D;
}
.TagClassName
{
border-color: #D2023D;
}
</style>