Shades of Crimson #CD0B42
Tints of Crimson #CD0B42
RGB
CMYK
RGB Variations
Color information
#CD0B42 (or 0xCD0B42) is known color: Crimson. HEX triplet: CD, 0B and 42. RGB value is (205,11,66). Sum of RGB (Red+Green+Blue) = 205+11+66=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0B42 is #32F4BD. Grayscale: #4B4B4B. Windows color (decimal): -3339454 or 4328397. OLE color: 4328397.
HSL color Cylindrical-coordinate representation of color #CD0B42: hue angle of 342.99º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0B42 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 66 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.20 |
| HSL | 342.99º | 0.9% | 0.42% | - |
| HSV(B) | 342.99º | 0.95% | 0.8% | - |
| XYZ | 26.28 | 13.61 | 6.4 | - |
| YUV | 75.28 | 122.77 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 66 | 0 | 0.95 | 0.68 | 0.20 | 342.99 | 0.9 | 0.42 |
| Hex | CD | B | 42 | 0 | 5F | 44 | 14 | 157 | 5A | 2A |
| Octal | 315 | 13 | 102 | 0 | 137 | 104 | 24 | 527 | 132 | 52 |
| Binary | 11001101 | 1011 | 1000010 | 0 | 1011111 | 1000100 | 10100 | 101010111 | 1011010 | 101010 |
Color Harmonies of #CD0B42
Complementary color
Monochromatic Colors of #CD0B42
Black with #CD0B42
Text Example
Text Example
White with #CD0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B42; }
p { color: rgb(205,11,66); }
H1.HeaderClassName
{
color: #CD0B42;
}
.AnyTagClassName
{
color: #CD0B42;
}
</style>
background-color css
<style>
a { background-color: #CD0B42; }
a { background-color: rgb(205,11,66); }
div.DivClassName
{
background-color: #CD0B42;
}
.BgClassName
{
background-color: #CD0B42;
}
</style>
border-color css
<style>
span { border-color: #CD0B42; }
span { border-color: rgb(205,11,66); }
td.TdClassName
{
border-color: #CD0B42;
}
.TagClassName
{
border-color: #CD0B42;
}
</style>