Shades of Crimson #D4033A
Tints of Crimson #D4033A
RGB
CMYK
RGB Variations
Color information
#D4033A (or 0xD4033A) is known color: Crimson. HEX triplet: D4, 03 and 3A. RGB value is (212,3,58). Sum of RGB (Red+Green+Blue) = 212+3+58=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4033A is #2BFCC5. Grayscale: #474747. Windows color (decimal): -2882758 or 3802068. OLE color: 3802068.
HSL color Cylindrical-coordinate representation of color #D4033A: hue angle of 344.21º 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 #D4033A is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.17 |
| HSL | 344.21º | 0.97% | 0.42% | - |
| HSV(B) | 344.21º | 0.99% | 0.83% | - |
| XYZ | 27.95 | 14.37 | 5.3 | - |
| YUV | 71.76 | 120.24 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 58 | 0 | 0.99 | 0.73 | 0.17 | 344.21 | 0.97 | 0.42 |
| Hex | D4 | 3 | 3A | 0 | 63 | 49 | 11 | 158 | 61 | 2A |
| Octal | 324 | 3 | 72 | 0 | 143 | 111 | 21 | 530 | 141 | 52 |
| Binary | 11010100 | 11 | 111010 | 0 | 1100011 | 1001001 | 10001 | 101011000 | 1100001 | 101010 |
Color Harmonies of #D4033A
Complementary color
Monochromatic Colors of #D4033A
Black with #D4033A
Text Example
Text Example
White with #D4033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4033A; }
p { color: rgb(212,3,58); }
H1.HeaderClassName
{
color: #D4033A;
}
.AnyTagClassName
{
color: #D4033A;
}
</style>
background-color css
<style>
a { background-color: #D4033A; }
a { background-color: rgb(212,3,58); }
div.DivClassName
{
background-color: #D4033A;
}
.BgClassName
{
background-color: #D4033A;
}
</style>
border-color css
<style>
span { border-color: #D4033A; }
span { border-color: rgb(212,3,58); }
td.TdClassName
{
border-color: #D4033A;
}
.TagClassName
{
border-color: #D4033A;
}
</style>