Shades of Crimson #D0023C
Tints of Crimson #D0023C
RGB
CMYK
RGB Variations
Color information
#D0023C (or 0xD0023C) is known color: Crimson. HEX triplet: D0, 02 and 3C. RGB value is (208,2,60). Sum of RGB (Red+Green+Blue) = 208+2+60=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D0023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0023C is #2FFDC3. Grayscale: #464646. Windows color (decimal): -3145156 or 3932880. OLE color: 3932880.
HSL color Cylindrical-coordinate representation of color #D0023C: hue angle of 343.11º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0023C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.18 |
| HSL | 343.11º | 0.98% | 0.41% | - |
| HSV(B) | 343.11º | 0.99% | 0.82% | - |
| XYZ | 26.85 | 13.78 | 5.52 | - |
| YUV | 70.21 | 122.25 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 60 | 0 | 0.99 | 0.71 | 0.18 | 343.11 | 0.98 | 0.41 |
| Hex | D0 | 2 | 3C | 0 | 63 | 47 | 12 | 157 | 62 | 29 |
| Octal | 320 | 2 | 74 | 0 | 143 | 107 | 22 | 527 | 142 | 51 |
| Binary | 11010000 | 10 | 111100 | 0 | 1100011 | 1000111 | 10010 | 101010111 | 1100010 | 101001 |
Color Harmonies of #D0023C
Complementary color
Monochromatic Colors of #D0023C
Black with #D0023C
Text Example
Text Example
White with #D0023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0023C; }
p { color: rgb(208,2,60); }
H1.HeaderClassName
{
color: #D0023C;
}
.AnyTagClassName
{
color: #D0023C;
}
</style>
background-color css
<style>
a { background-color: #D0023C; }
a { background-color: rgb(208,2,60); }
div.DivClassName
{
background-color: #D0023C;
}
.BgClassName
{
background-color: #D0023C;
}
</style>
border-color css
<style>
span { border-color: #D0023C; }
span { border-color: rgb(208,2,60); }
td.TdClassName
{
border-color: #D0023C;
}
.TagClassName
{
border-color: #D0023C;
}
</style>