Shades of Crimson #CD032F
Tints of Crimson #CD032F
RGB
CMYK
RGB Variations
Color information
#CD032F (or 0xCD032F) is known color: Crimson. HEX triplet: CD, 03 and 2F. RGB value is (205,3,47). Sum of RGB (Red+Green+Blue) = 205+3+47=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD032F is #32FCD0. Grayscale: #444444. Windows color (decimal): -3341521 or 3081165. OLE color: 3081165.
HSL color Cylindrical-coordinate representation of color #CD032F: hue angle of 346.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD032F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.20 |
| HSL | 346.93º | 0.97% | 0.41% | - |
| HSV(B) | 346.93º | 0.99% | 0.8% | - |
| XYZ | 25.72 | 13.25 | 3.89 | - |
| YUV | 68.41 | 115.92 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 47 | 0 | 0.99 | 0.77 | 0.20 | 346.93 | 0.97 | 0.41 |
| Hex | CD | 3 | 2F | 0 | 63 | 4D | 14 | 15B | 61 | 29 |
| Octal | 315 | 3 | 57 | 0 | 143 | 115 | 24 | 533 | 141 | 51 |
| Binary | 11001101 | 11 | 101111 | 0 | 1100011 | 1001101 | 10100 | 101011011 | 1100001 | 101001 |
Color Harmonies of #CD032F
Complementary color
Monochromatic Colors of #CD032F
Black with #CD032F
Text Example
Text Example
White with #CD032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD032F; }
p { color: rgb(205,3,47); }
H1.HeaderClassName
{
color: #CD032F;
}
.AnyTagClassName
{
color: #CD032F;
}
</style>
background-color css
<style>
a { background-color: #CD032F; }
a { background-color: rgb(205,3,47); }
div.DivClassName
{
background-color: #CD032F;
}
.BgClassName
{
background-color: #CD032F;
}
</style>
border-color css
<style>
span { border-color: #CD032F; }
span { border-color: rgb(205,3,47); }
td.TdClassName
{
border-color: #CD032F;
}
.TagClassName
{
border-color: #CD032F;
}
</style>