Shades of Crimson #CD003C
Tints of Crimson #CD003C
RGB
CMYK
RGB Variations
Color information
#CD003C (or 0xCD003C) is known color: Crimson. HEX triplet: CD, 00 and 3C. RGB value is (205,0,60). Sum of RGB (Red+Green+Blue) = 205+0+60=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD003C is #32FFC3. Grayscale: #444444. Windows color (decimal): -3342276 or 3932365. OLE color: 3932365.
HSL color Cylindrical-coordinate representation of color #CD003C: hue angle of 342.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD003C is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.71 | 0.20 |
| HSL | 342.44º | 1% | 0.4% | - |
| HSV(B) | 342.44º | 1% | 0.8% | - |
| XYZ | 25.99 | 13.31 | 5.47 | - |
| YUV | 68.14 | 123.42 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 60 | 0 | 1 | 0.71 | 0.20 | 342.44 | 1 | 0.4 |
| Hex | CD | 0 | 3C | 0 | 64 | 47 | 14 | 156 | 64 | 28 |
| Octal | 315 | 0 | 74 | 0 | 144 | 107 | 24 | 526 | 144 | 50 |
| Binary | 11001101 | 0 | 111100 | 0 | 1100100 | 1000111 | 10100 | 101010110 | 1100100 | 101000 |
Color Harmonies of #CD003C
Complementary color
Monochromatic Colors of #CD003C
Black with #CD003C
Text Example
Text Example
White with #CD003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD003C; }
p { color: rgb(205,0,60); }
H1.HeaderClassName
{
color: #CD003C;
}
.AnyTagClassName
{
color: #CD003C;
}
</style>
background-color css
<style>
a { background-color: #CD003C; }
a { background-color: rgb(205,0,60); }
div.DivClassName
{
background-color: #CD003C;
}
.BgClassName
{
background-color: #CD003C;
}
</style>
border-color css
<style>
span { border-color: #CD003C; }
span { border-color: rgb(205,0,60); }
td.TdClassName
{
border-color: #CD003C;
}
.TagClassName
{
border-color: #CD003C;
}
</style>