Shades of Crimson #D4033D
Tints of Crimson #D4033D
RGB
CMYK
RGB Variations
Color information
#D4033D (or 0xD4033D) is known color: Crimson. HEX triplet: D4, 03 and 3D. RGB value is (212,3,61). Sum of RGB (Red+Green+Blue) = 212+3+61=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D4033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4033D is #2BFCC2. Grayscale: #484848. Windows color (decimal): -2882755 or 3998676. OLE color: 3998676.
HSL color Cylindrical-coordinate representation of color #D4033D: hue angle of 343.35º 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 #D4033D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.17 |
| HSL | 343.35º | 0.97% | 0.42% | - |
| HSV(B) | 343.35º | 0.99% | 0.83% | - |
| XYZ | 28.03 | 14.4 | 5.72 | - |
| YUV | 72.1 | 121.74 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 61 | 0 | 0.99 | 0.71 | 0.17 | 343.35 | 0.97 | 0.42 |
| Hex | D4 | 3 | 3D | 0 | 63 | 47 | 11 | 157 | 61 | 2A |
| Octal | 324 | 3 | 75 | 0 | 143 | 107 | 21 | 527 | 141 | 52 |
| Binary | 11010100 | 11 | 111101 | 0 | 1100011 | 1000111 | 10001 | 101010111 | 1100001 | 101010 |
Color Harmonies of #D4033D
Complementary color
Monochromatic Colors of #D4033D
Black with #D4033D
Text Example
Text Example
White with #D4033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4033D; }
p { color: rgb(212,3,61); }
H1.HeaderClassName
{
color: #D4033D;
}
.AnyTagClassName
{
color: #D4033D;
}
</style>
background-color css
<style>
a { background-color: #D4033D; }
a { background-color: rgb(212,3,61); }
div.DivClassName
{
background-color: #D4033D;
}
.BgClassName
{
background-color: #D4033D;
}
</style>
border-color css
<style>
span { border-color: #D4033D; }
span { border-color: rgb(212,3,61); }
td.TdClassName
{
border-color: #D4033D;
}
.TagClassName
{
border-color: #D4033D;
}
</style>