Shades of Crimson #D4083D
Tints of Crimson #D4083D
RGB
CMYK
RGB Variations
Color information
#D4083D (or 0xD4083D) is known color: Crimson. HEX triplet: D4, 08 and 3D. RGB value is (212,8,61). Sum of RGB (Red+Green+Blue) = 212+8+61=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D4083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4083D is #2BF7C2. Grayscale: #4B4B4B. Windows color (decimal): -2881475 or 3999956. OLE color: 3999956.
HSL color Cylindrical-coordinate representation of color #D4083D: hue angle of 344.41º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4083D is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 61 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.17 |
| HSL | 344.41º | 0.93% | 0.43% | - |
| HSV(B) | 344.41º | 0.96% | 0.83% | - |
| XYZ | 28.08 | 14.51 | 5.74 | - |
| YUV | 75.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 61 | 0 | 0.96 | 0.71 | 0.17 | 344.41 | 0.93 | 0.43 |
| Hex | D4 | 8 | 3D | 0 | 60 | 47 | 11 | 158 | 5D | 2B |
| Octal | 324 | 10 | 75 | 0 | 140 | 107 | 21 | 530 | 135 | 53 |
| Binary | 11010100 | 1000 | 111101 | 0 | 1100000 | 1000111 | 10001 | 101011000 | 1011101 | 101011 |
Color Harmonies of #D4083D
Complementary color
Monochromatic Colors of #D4083D
Black with #D4083D
Text Example
Text Example
White with #D4083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4083D; }
p { color: rgb(212,8,61); }
H1.HeaderClassName
{
color: #D4083D;
}
.AnyTagClassName
{
color: #D4083D;
}
</style>
background-color css
<style>
a { background-color: #D4083D; }
a { background-color: rgb(212,8,61); }
div.DivClassName
{
background-color: #D4083D;
}
.BgClassName
{
background-color: #D4083D;
}
</style>
border-color css
<style>
span { border-color: #D4083D; }
span { border-color: rgb(212,8,61); }
td.TdClassName
{
border-color: #D4083D;
}
.TagClassName
{
border-color: #D4083D;
}
</style>