Shades of Crimson #CB104A
Tints of Crimson #CB104A
RGB
CMYK
RGB Variations
Color information
#CB104A (or 0xCB104A) is known color: Crimson. HEX triplet: CB, 10 and 4A. RGB value is (203,16,74). Sum of RGB (Red+Green+Blue) = 203+16+74=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB104A is #34EFB5. Grayscale: #4E4E4E. Windows color (decimal): -3469238 or 4853963. OLE color: 4853963.
HSL color Cylindrical-coordinate representation of color #CB104A: hue angle of 341.39º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB104A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 74 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.20 |
| HSL | 341.39º | 0.85% | 0.43% | - |
| HSV(B) | 341.39º | 0.92% | 0.8% | - |
| XYZ | 26.05 | 13.56 | 7.72 | - |
| YUV | 78.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 74 | 0 | 0.92 | 0.64 | 0.20 | 341.39 | 0.85 | 0.43 |
| Hex | CB | 10 | 4A | 0 | 5C | 40 | 14 | 155 | 55 | 2B |
| Octal | 313 | 20 | 112 | 0 | 134 | 100 | 24 | 525 | 125 | 53 |
| Binary | 11001011 | 10000 | 1001010 | 0 | 1011100 | 1000000 | 10100 | 101010101 | 1010101 | 101011 |
Color Harmonies of #CB104A
Complementary color
Monochromatic Colors of #CB104A
Black with #CB104A
Text Example
Text Example
White with #CB104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB104A; }
p { color: rgb(203,16,74); }
H1.HeaderClassName
{
color: #CB104A;
}
.AnyTagClassName
{
color: #CB104A;
}
</style>
background-color css
<style>
a { background-color: #CB104A; }
a { background-color: rgb(203,16,74); }
div.DivClassName
{
background-color: #CB104A;
}
.BgClassName
{
background-color: #CB104A;
}
</style>
border-color css
<style>
span { border-color: #CB104A; }
span { border-color: rgb(203,16,74); }
td.TdClassName
{
border-color: #CB104A;
}
.TagClassName
{
border-color: #CB104A;
}
</style>