Shades of Crimson #CB0338
Tints of Crimson #CB0338
RGB
CMYK
RGB Variations
Color information
#CB0338 (or 0xCB0338) is known color: Crimson. HEX triplet: CB, 03 and 38. RGB value is (203,3,56). Sum of RGB (Red+Green+Blue) = 203+3+56=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0338 is #34FCC7. Grayscale: #444444. Windows color (decimal): -3472584 or 3670987. OLE color: 3670987.
HSL color Cylindrical-coordinate representation of color #CB0338: hue angle of 344.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0338 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 56 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.20 |
| HSL | 344.1º | 0.97% | 0.4% | - |
| HSV(B) | 344.1º | 0.99% | 0.8% | - |
| XYZ | 25.37 | 13.05 | 4.92 | - |
| YUV | 68.84 | 120.76 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 56 | 0 | 0.99 | 0.72 | 0.20 | 344.1 | 0.97 | 0.4 |
| Hex | CB | 3 | 38 | 0 | 63 | 48 | 14 | 158 | 61 | 28 |
| Octal | 313 | 3 | 70 | 0 | 143 | 110 | 24 | 530 | 141 | 50 |
| Binary | 11001011 | 11 | 111000 | 0 | 1100011 | 1001000 | 10100 | 101011000 | 1100001 | 101000 |
Color Harmonies of #CB0338
Complementary color
Monochromatic Colors of #CB0338
Black with #CB0338
Text Example
Text Example
White with #CB0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0338; }
p { color: rgb(203,3,56); }
H1.HeaderClassName
{
color: #CB0338;
}
.AnyTagClassName
{
color: #CB0338;
}
</style>
background-color css
<style>
a { background-color: #CB0338; }
a { background-color: rgb(203,3,56); }
div.DivClassName
{
background-color: #CB0338;
}
.BgClassName
{
background-color: #CB0338;
}
</style>
border-color css
<style>
span { border-color: #CB0338; }
span { border-color: rgb(203,3,56); }
td.TdClassName
{
border-color: #CB0338;
}
.TagClassName
{
border-color: #CB0338;
}
</style>