Shades of Crimson #CC144B
Tints of Crimson #CC144B
RGB
CMYK
RGB Variations
Color information
#CC144B (or 0xCC144B) is known color: Crimson. HEX triplet: CC, 14 and 4B. RGB value is (204,20,75). Sum of RGB (Red+Green+Blue) = 204+20+75=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC144B is #33EBB4. Grayscale: #515151. Windows color (decimal): -3402677 or 4920524. OLE color: 4920524.
HSL color Cylindrical-coordinate representation of color #CC144B: hue angle of 342.07º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC144B is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 75 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.2 |
| HSL | 342.07º | 0.82% | 0.44% | - |
| HSV(B) | 342.07º | 0.9% | 0.8% | - |
| XYZ | 26.42 | 13.85 | 7.94 | - |
| YUV | 81.29 | 124.46 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 75 | 0 | 0.90 | 0.63 | 0.2 | 342.07 | 0.82 | 0.44 |
| Hex | CC | 14 | 4B | 0 | 5A | 3F | 14 | 156 | 52 | 2C |
| Octal | 314 | 24 | 113 | 0 | 132 | 77 | 24 | 526 | 122 | 54 |
| Binary | 11001100 | 10100 | 1001011 | 0 | 1011010 | 111111 | 10100 | 101010110 | 1010010 | 101100 |
Color Harmonies of #CC144B
Complementary color
Monochromatic Colors of #CC144B
Black with #CC144B
Text Example
Text Example
White with #CC144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC144B; }
p { color: rgb(204,20,75); }
H1.HeaderClassName
{
color: #CC144B;
}
.AnyTagClassName
{
color: #CC144B;
}
</style>
background-color css
<style>
a { background-color: #CC144B; }
a { background-color: rgb(204,20,75); }
div.DivClassName
{
background-color: #CC144B;
}
.BgClassName
{
background-color: #CC144B;
}
</style>
border-color css
<style>
span { border-color: #CC144B; }
span { border-color: rgb(204,20,75); }
td.TdClassName
{
border-color: #CC144B;
}
.TagClassName
{
border-color: #CC144B;
}
</style>