Shades of Crimson #D3093D
Tints of Crimson #D3093D
RGB
CMYK
RGB Variations
Color information
#D3093D (or 0xD3093D) is known color: Crimson. HEX triplet: D3, 09 and 3D. RGB value is (211,9,61). Sum of RGB (Red+Green+Blue) = 211+9+61=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D3093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3093D is #2CF6C2. Grayscale: #4B4B4B. Windows color (decimal): -2946755 or 4000211. OLE color: 4000211.
HSL color Cylindrical-coordinate representation of color #D3093D: hue angle of 344.55º degrees, saturation: 0.92, 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 #D3093D is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.17 |
| HSL | 344.55º | 0.92% | 0.43% | - |
| HSV(B) | 344.55º | 0.96% | 0.83% | - |
| XYZ | 27.8 | 14.38 | 5.73 | - |
| YUV | 75.33 | 119.92 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 61 | 0 | 0.96 | 0.71 | 0.17 | 344.55 | 0.92 | 0.43 |
| Hex | D3 | 9 | 3D | 0 | 60 | 47 | 11 | 159 | 5C | 2B |
| Octal | 323 | 11 | 75 | 0 | 140 | 107 | 21 | 531 | 134 | 53 |
| Binary | 11010011 | 1001 | 111101 | 0 | 1100000 | 1000111 | 10001 | 101011001 | 1011100 | 101011 |
Color Harmonies of #D3093D
Complementary color
Monochromatic Colors of #D3093D
Black with #D3093D
Text Example
Text Example
White with #D3093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3093D; }
p { color: rgb(211,9,61); }
H1.HeaderClassName
{
color: #D3093D;
}
.AnyTagClassName
{
color: #D3093D;
}
</style>
background-color css
<style>
a { background-color: #D3093D; }
a { background-color: rgb(211,9,61); }
div.DivClassName
{
background-color: #D3093D;
}
.BgClassName
{
background-color: #D3093D;
}
</style>
border-color css
<style>
span { border-color: #D3093D; }
span { border-color: rgb(211,9,61); }
td.TdClassName
{
border-color: #D3093D;
}
.TagClassName
{
border-color: #D3093D;
}
</style>