Shades of Crimson #D6023D
Tints of Crimson #D6023D
RGB
CMYK
RGB Variations
Color information
#D6023D (or 0xD6023D) is known color: Crimson. HEX triplet: D6, 02 and 3D. RGB value is (214,2,61). Sum of RGB (Red+Green+Blue) = 214+2+61=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D6023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6023D is #29FDC2. Grayscale: #484848. Windows color (decimal): -2751939 or 3998422. OLE color: 3998422.
HSL color Cylindrical-coordinate representation of color #D6023D: hue angle of 343.3º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6023D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.16 |
| HSL | 343.3º | 0.98% | 0.42% | - |
| HSV(B) | 343.3º | 0.99% | 0.84% | - |
| XYZ | 28.6 | 14.68 | 5.74 | - |
| YUV | 72.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 61 | 0 | 0.99 | 0.71 | 0.16 | 343.3 | 0.98 | 0.42 |
| Hex | D6 | 2 | 3D | 0 | 63 | 47 | 10 | 157 | 62 | 2A |
| Octal | 326 | 2 | 75 | 0 | 143 | 107 | 20 | 527 | 142 | 52 |
| Binary | 11010110 | 10 | 111101 | 0 | 1100011 | 1000111 | 10000 | 101010111 | 1100010 | 101010 |
Color Harmonies of #D6023D
Complementary color
Monochromatic Colors of #D6023D
Black with #D6023D
Text Example
Text Example
White with #D6023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6023D; }
p { color: rgb(214,2,61); }
H1.HeaderClassName
{
color: #D6023D;
}
.AnyTagClassName
{
color: #D6023D;
}
</style>
background-color css
<style>
a { background-color: #D6023D; }
a { background-color: rgb(214,2,61); }
div.DivClassName
{
background-color: #D6023D;
}
.BgClassName
{
background-color: #D6023D;
}
</style>
border-color css
<style>
span { border-color: #D6023D; }
span { border-color: rgb(214,2,61); }
td.TdClassName
{
border-color: #D6023D;
}
.TagClassName
{
border-color: #D6023D;
}
</style>