Shades of Crimson #D4033B
Tints of Crimson #D4033B
RGB
CMYK
RGB Variations
Color information
#D4033B (or 0xD4033B) is known color: Crimson. HEX triplet: D4, 03 and 3B. RGB value is (212,3,59). Sum of RGB (Red+Green+Blue) = 212+3+59=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4033B is #2BFCC4. Grayscale: #474747. Windows color (decimal): -2882757 or 3867604. OLE color: 3867604.
HSL color Cylindrical-coordinate representation of color #D4033B: hue angle of 343.92º degrees, saturation: 0.97, 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 #D4033B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.17 |
| HSL | 343.92º | 0.97% | 0.42% | - |
| HSV(B) | 343.92º | 0.99% | 0.83% | - |
| XYZ | 27.97 | 14.38 | 5.44 | - |
| YUV | 71.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 59 | 0 | 0.99 | 0.72 | 0.17 | 343.92 | 0.97 | 0.42 |
| Hex | D4 | 3 | 3B | 0 | 63 | 48 | 11 | 158 | 61 | 2A |
| Octal | 324 | 3 | 73 | 0 | 143 | 110 | 21 | 530 | 141 | 52 |
| Binary | 11010100 | 11 | 111011 | 0 | 1100011 | 1001000 | 10001 | 101011000 | 1100001 | 101010 |
Color Harmonies of #D4033B
Complementary color
Monochromatic Colors of #D4033B
Black with #D4033B
Text Example
Text Example
White with #D4033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4033B; }
p { color: rgb(212,3,59); }
H1.HeaderClassName
{
color: #D4033B;
}
.AnyTagClassName
{
color: #D4033B;
}
</style>
background-color css
<style>
a { background-color: #D4033B; }
a { background-color: rgb(212,3,59); }
div.DivClassName
{
background-color: #D4033B;
}
.BgClassName
{
background-color: #D4033B;
}
</style>
border-color css
<style>
span { border-color: #D4033B; }
span { border-color: rgb(212,3,59); }
td.TdClassName
{
border-color: #D4033B;
}
.TagClassName
{
border-color: #D4033B;
}
</style>