Shades of Crimson #CD1036
Tints of Crimson #CD1036
RGB
CMYK
RGB Variations
Color information
#CD1036 (or 0xCD1036) is known color: Crimson. HEX triplet: CD, 10 and 36. RGB value is (205,16,54). Sum of RGB (Red+Green+Blue) = 205+16+54=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1036 is #32EFC9. Grayscale: #4C4C4C. Windows color (decimal): -3338186 or 3543245. OLE color: 3543245.
HSL color Cylindrical-coordinate representation of color #CD1036: hue angle of 347.94º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1036 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 16 | 54 | - |
CMYK | 0 | 0.92 | 0.74 | 0.20 |
HSL | 347.94º | 0.86% | 0.43% | - |
HSV(B) | 347.94º | 0.92% | 0.8% | - |
XYZ | 26.03 | 13.62 | 4.75 | - |
YUV | 76.84 | 115.12 | 219.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 16 | 54 | 0 | 0.92 | 0.74 | 0.20 | 347.94 | 0.86 | 0.43 |
Hex | CD | 10 | 36 | 0 | 5C | 4A | 14 | 15C | 56 | 2B |
Octal | 315 | 20 | 66 | 0 | 134 | 112 | 24 | 534 | 126 | 53 |
Binary | 11001101 | 10000 | 110110 | 0 | 1011100 | 1001010 | 10100 | 101011100 | 1010110 | 101011 |
Color Harmonies of #CD1036
Complementary color
Monochromatic Colors of #CD1036
Black with #CD1036
Text Example
Text Example
White with #CD1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1036; }
p { color: rgb(205,16,54); }
H1.HeaderClassName
{
color: #CD1036;
}
.AnyTagClassName
{
color: #CD1036;
}
</style>
background-color css
<style>
a { background-color: #CD1036; }
a { background-color: rgb(205,16,54); }
div.DivClassName
{
background-color: #CD1036;
}
.BgClassName
{
background-color: #CD1036;
}
</style>
border-color css
<style>
span { border-color: #CD1036; }
span { border-color: rgb(205,16,54); }
td.TdClassName
{
border-color: #CD1036;
}
.TagClassName
{
border-color: #CD1036;
}
</style>