Shades of Crimson #D4033E
Tints of Crimson #D4033E
RGB
CMYK
RGB Variations
Color information
#D4033E (or 0xD4033E) is known color: Crimson. HEX triplet: D4, 03 and 3E. RGB value is (212,3,62). Sum of RGB (Red+Green+Blue) = 212+3+62=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4033E is #2BFCC1. Grayscale: #484848. Windows color (decimal): -2882754 or 4064212. OLE color: 4064212.
HSL color Cylindrical-coordinate representation of color #D4033E: hue angle of 343.06º 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 #D4033E is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.17 |
| HSL | 343.06º | 0.97% | 0.42% | - |
| HSV(B) | 343.06º | 0.99% | 0.83% | - |
| XYZ | 28.05 | 14.41 | 5.86 | - |
| YUV | 72.22 | 122.24 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 62 | 0 | 0.99 | 0.71 | 0.17 | 343.06 | 0.97 | 0.42 |
| Hex | D4 | 3 | 3E | 0 | 63 | 47 | 11 | 157 | 61 | 2A |
| Octal | 324 | 3 | 76 | 0 | 143 | 107 | 21 | 527 | 141 | 52 |
| Binary | 11010100 | 11 | 111110 | 0 | 1100011 | 1000111 | 10001 | 101010111 | 1100001 | 101010 |
Color Harmonies of #D4033E
Complementary color
Monochromatic Colors of #D4033E
Black with #D4033E
Text Example
Text Example
White with #D4033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4033E; }
p { color: rgb(212,3,62); }
H1.HeaderClassName
{
color: #D4033E;
}
.AnyTagClassName
{
color: #D4033E;
}
</style>
background-color css
<style>
a { background-color: #D4033E; }
a { background-color: rgb(212,3,62); }
div.DivClassName
{
background-color: #D4033E;
}
.BgClassName
{
background-color: #D4033E;
}
</style>
border-color css
<style>
span { border-color: #D4033E; }
span { border-color: rgb(212,3,62); }
td.TdClassName
{
border-color: #D4033E;
}
.TagClassName
{
border-color: #D4033E;
}
</style>