Shades of Crimson #D4023D
Tints of Crimson #D4023D
RGB
CMYK
RGB Variations
Color information
#D4023D (or 0xD4023D) is known color: Crimson. HEX triplet: D4, 02 and 3D. RGB value is (212,2,61). Sum of RGB (Red+Green+Blue) = 212+2+61=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4023D is #2BFDC2. Grayscale: #474747. Windows color (decimal): -2883011 or 3998420. OLE color: 3998420.
HSL color Cylindrical-coordinate representation of color #D4023D: hue angle of 343.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4023D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.17 |
| HSL | 343.14º | 0.98% | 0.42% | - |
| HSV(B) | 343.14º | 0.99% | 0.83% | - |
| XYZ | 28.02 | 14.38 | 5.71 | - |
| YUV | 71.52 | 122.07 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 61 | 0 | 0.99 | 0.71 | 0.17 | 343.14 | 0.98 | 0.42 |
| Hex | D4 | 2 | 3D | 0 | 63 | 47 | 11 | 157 | 62 | 2A |
| Octal | 324 | 2 | 75 | 0 | 143 | 107 | 21 | 527 | 142 | 52 |
| Binary | 11010100 | 10 | 111101 | 0 | 1100011 | 1000111 | 10001 | 101010111 | 1100010 | 101010 |
Color Harmonies of #D4023D
Complementary color
Monochromatic Colors of #D4023D
Black with #D4023D
Text Example
Text Example
White with #D4023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4023D; }
p { color: rgb(212,2,61); }
H1.HeaderClassName
{
color: #D4023D;
}
.AnyTagClassName
{
color: #D4023D;
}
</style>
background-color css
<style>
a { background-color: #D4023D; }
a { background-color: rgb(212,2,61); }
div.DivClassName
{
background-color: #D4023D;
}
.BgClassName
{
background-color: #D4023D;
}
</style>
border-color css
<style>
span { border-color: #D4023D; }
span { border-color: rgb(212,2,61); }
td.TdClassName
{
border-color: #D4023D;
}
.TagClassName
{
border-color: #D4023D;
}
</style>