Shades of Crimson #CD133F
Tints of Crimson #CD133F
RGB
CMYK
RGB Variations
Color information
#CD133F (or 0xCD133F) is known color: Crimson. HEX triplet: CD, 13 and 3F. RGB value is (205,19,63). Sum of RGB (Red+Green+Blue) = 205+19+63=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD133F is #32ECC0. Grayscale: #4F4F4F. Windows color (decimal): -3337409 or 4133837. OLE color: 4133837.
HSL color Cylindrical-coordinate representation of color #CD133F: hue angle of 345.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD133F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 63 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.20 |
| HSL | 345.81º | 0.83% | 0.44% | - |
| HSV(B) | 345.81º | 0.91% | 0.8% | - |
| XYZ | 26.31 | 13.8 | 5.98 | - |
| YUV | 79.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 63 | 0 | 0.91 | 0.69 | 0.20 | 345.81 | 0.83 | 0.44 |
| Hex | CD | 13 | 3F | 0 | 5B | 45 | 14 | 15A | 53 | 2C |
| Octal | 315 | 23 | 77 | 0 | 133 | 105 | 24 | 532 | 123 | 54 |
| Binary | 11001101 | 10011 | 111111 | 0 | 1011011 | 1000101 | 10100 | 101011010 | 1010011 | 101100 |
Color Harmonies of #CD133F
Complementary color
Monochromatic Colors of #CD133F
Black with #CD133F
Text Example
Text Example
White with #CD133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD133F; }
p { color: rgb(205,19,63); }
H1.HeaderClassName
{
color: #CD133F;
}
.AnyTagClassName
{
color: #CD133F;
}
</style>
background-color css
<style>
a { background-color: #CD133F; }
a { background-color: rgb(205,19,63); }
div.DivClassName
{
background-color: #CD133F;
}
.BgClassName
{
background-color: #CD133F;
}
</style>
border-color css
<style>
span { border-color: #CD133F; }
span { border-color: rgb(205,19,63); }
td.TdClassName
{
border-color: #CD133F;
}
.TagClassName
{
border-color: #CD133F;
}
</style>