Shades of Crimson #DD012D
Tints of Crimson #DD012D
RGB
CMYK
RGB Variations
Color information
#DD012D (or 0xDD012D) is known color: Crimson. HEX triplet: DD, 01 and 2D. RGB value is (221,1,45). Sum of RGB (Red+Green+Blue) = 221+1+45=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD012D is #22FED2. Grayscale: #474747. Windows color (decimal): -2293459 or 2949597. OLE color: 2949597.
HSL color Cylindrical-coordinate representation of color #DD012D: hue angle of 348º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD012D is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 1 | 45 | - |
CMYK | 0 | 1.00 | 0.80 | 0.13 |
HSL | 348º | 0.99% | 0.44% | - |
HSV(B) | 348º | 1% | 0.87% | - |
XYZ | 30.3 | 15.58 | 3.89 | - |
YUV | 71.8 | 112.89 | 234.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 1 | 45 | 0 | 1.00 | 0.80 | 0.13 | 348 | 0.99 | 0.44 |
Hex | DD | 1 | 2D | 0 | 64 | 50 | D | 15C | 63 | 2C |
Octal | 335 | 1 | 55 | 0 | 144 | 120 | 15 | 534 | 143 | 54 |
Binary | 11011101 | 1 | 101101 | 0 | 1100100 | 1010000 | 1101 | 101011100 | 1100011 | 101100 |
Color Harmonies of #DD012D
Complementary color
Monochromatic Colors of #DD012D
Black with #DD012D
Text Example
Text Example
White with #DD012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD012D; }
p { color: rgb(221,1,45); }
H1.HeaderClassName
{
color: #DD012D;
}
.AnyTagClassName
{
color: #DD012D;
}
</style>
background-color css
<style>
a { background-color: #DD012D; }
a { background-color: rgb(221,1,45); }
div.DivClassName
{
background-color: #DD012D;
}
.BgClassName
{
background-color: #DD012D;
}
</style>
border-color css
<style>
span { border-color: #DD012D; }
span { border-color: rgb(221,1,45); }
td.TdClassName
{
border-color: #DD012D;
}
.TagClassName
{
border-color: #DD012D;
}
</style>