Shades of Crimson #D4203D
Tints of Crimson #D4203D
RGB
CMYK
RGB Variations
Color information
#D4203D (or 0xD4203D) is known color: Crimson. HEX triplet: D4, 20 and 3D. RGB value is (212,32,61). Sum of RGB (Red+Green+Blue) = 212+32+61=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D4203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4203D is #2BDFC2. Grayscale: #595959. Windows color (decimal): -2875331 or 4006100. OLE color: 4006100.
HSL color Cylindrical-coordinate representation of color #D4203D: hue angle of 350.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4203D is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 61 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.17 |
| HSL | 350.33º | 0.74% | 0.48% | - |
| HSV(B) | 350.33º | 0.85% | 0.83% | - |
| XYZ | 28.51 | 15.37 | 5.88 | - |
| YUV | 89.13 | 112.13 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 61 | 0 | 0.85 | 0.71 | 0.17 | 350.33 | 0.74 | 0.48 |
| Hex | D4 | 20 | 3D | 0 | 55 | 47 | 11 | 15E | 4A | 30 |
| Octal | 324 | 40 | 75 | 0 | 125 | 107 | 21 | 536 | 112 | 60 |
| Binary | 11010100 | 100000 | 111101 | 0 | 1010101 | 1000111 | 10001 | 101011110 | 1001010 | 110000 |
Color Harmonies of #D4203D
Complementary color
Monochromatic Colors of #D4203D
Black with #D4203D
Text Example
Text Example
White with #D4203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4203D; }
p { color: rgb(212,32,61); }
H1.HeaderClassName
{
color: #D4203D;
}
.AnyTagClassName
{
color: #D4203D;
}
</style>
background-color css
<style>
a { background-color: #D4203D; }
a { background-color: rgb(212,32,61); }
div.DivClassName
{
background-color: #D4203D;
}
.BgClassName
{
background-color: #D4203D;
}
</style>
border-color css
<style>
span { border-color: #D4203D; }
span { border-color: rgb(212,32,61); }
td.TdClassName
{
border-color: #D4203D;
}
.TagClassName
{
border-color: #D4203D;
}
</style>