Shades of Crimson #D4203B
Tints of Crimson #D4203B
RGB
CMYK
RGB Variations
Color information
#D4203B (or 0xD4203B) is known color: Crimson. HEX triplet: D4, 20 and 3B. RGB value is (212,32,59). Sum of RGB (Red+Green+Blue) = 212+32+59=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D4203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4203B is #2BDFC4. Grayscale: #585858. Windows color (decimal): -2875333 or 3875028. OLE color: 3875028.
HSL color Cylindrical-coordinate representation of color #D4203B: hue angle of 351º 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 #D4203B is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 59 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.17 |
| HSL | 351º | 0.74% | 0.48% | - |
| HSV(B) | 351º | 0.85% | 0.83% | - |
| XYZ | 28.46 | 15.35 | 5.6 | - |
| YUV | 88.9 | 111.13 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 59 | 0 | 0.85 | 0.72 | 0.17 | 351 | 0.74 | 0.48 |
| Hex | D4 | 20 | 3B | 0 | 55 | 48 | 11 | 15F | 4A | 30 |
| Octal | 324 | 40 | 73 | 0 | 125 | 110 | 21 | 537 | 112 | 60 |
| Binary | 11010100 | 100000 | 111011 | 0 | 1010101 | 1001000 | 10001 | 101011111 | 1001010 | 110000 |
Color Harmonies of #D4203B
Complementary color
Monochromatic Colors of #D4203B
Black with #D4203B
Text Example
Text Example
White with #D4203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4203B; }
p { color: rgb(212,32,59); }
H1.HeaderClassName
{
color: #D4203B;
}
.AnyTagClassName
{
color: #D4203B;
}
</style>
background-color css
<style>
a { background-color: #D4203B; }
a { background-color: rgb(212,32,59); }
div.DivClassName
{
background-color: #D4203B;
}
.BgClassName
{
background-color: #D4203B;
}
</style>
border-color css
<style>
span { border-color: #D4203B; }
span { border-color: rgb(212,32,59); }
td.TdClassName
{
border-color: #D4203B;
}
.TagClassName
{
border-color: #D4203B;
}
</style>