Shades of Crimson #D4133D
Tints of Crimson #D4133D
RGB
CMYK
RGB Variations
Color information
#D4133D (or 0xD4133D) is known color: Crimson. HEX triplet: D4, 13 and 3D. RGB value is (212,19,61). Sum of RGB (Red+Green+Blue) = 212+19+61=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4133D is #2BECC2. Grayscale: #515151. Windows color (decimal): -2878659 or 4002772. OLE color: 4002772.
HSL color Cylindrical-coordinate representation of color #D4133D: hue angle of 346.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4133D is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 61 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.17 |
| HSL | 346.94º | 0.84% | 0.45% | - |
| HSV(B) | 346.94º | 0.91% | 0.83% | - |
| XYZ | 28.23 | 14.8 | 5.78 | - |
| YUV | 81.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 61 | 0 | 0.91 | 0.71 | 0.17 | 346.94 | 0.84 | 0.45 |
| Hex | D4 | 13 | 3D | 0 | 5B | 47 | 11 | 15B | 54 | 2D |
| Octal | 324 | 23 | 75 | 0 | 133 | 107 | 21 | 533 | 124 | 55 |
| Binary | 11010100 | 10011 | 111101 | 0 | 1011011 | 1000111 | 10001 | 101011011 | 1010100 | 101101 |
Color Harmonies of #D4133D
Complementary color
Monochromatic Colors of #D4133D
Black with #D4133D
Text Example
Text Example
White with #D4133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4133D; }
p { color: rgb(212,19,61); }
H1.HeaderClassName
{
color: #D4133D;
}
.AnyTagClassName
{
color: #D4133D;
}
</style>
background-color css
<style>
a { background-color: #D4133D; }
a { background-color: rgb(212,19,61); }
div.DivClassName
{
background-color: #D4133D;
}
.BgClassName
{
background-color: #D4133D;
}
</style>
border-color css
<style>
span { border-color: #D4133D; }
span { border-color: rgb(212,19,61); }
td.TdClassName
{
border-color: #D4133D;
}
.TagClassName
{
border-color: #D4133D;
}
</style>