Shades of Venetian Red #CB0025
Tints of Venetian Red #CB0025
RGB
CMYK
RGB Variations
Color information
#CB0025 (or 0xCB0025) is known color: Venetian Red. HEX triplet: CB, 00 and 25. RGB value is (203,0,37). Sum of RGB (Red+Green+Blue) = 203+0+37=240 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.58% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0025 is #34FFDA. Grayscale: #404040. Windows color (decimal): -3473371 or 2425035. OLE color: 2425035.
HSL color Cylindrical-coordinate representation of color #CB0025: hue angle of 349.06º 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 #CB0025 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.82 | 0.20 |
| HSL | 349.06º | 1% | 0.4% | - |
| HSV(B) | 349.06º | 1% | 0.8% | - |
| XYZ | 24.96 | 12.83 | 2.91 | - |
| YUV | 64.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 37 | 0 | 1 | 0.82 | 0.20 | 349.06 | 1 | 0.4 |
| Hex | CB | 0 | 25 | 0 | 64 | 52 | 14 | 15D | 64 | 28 |
| Octal | 313 | 0 | 45 | 0 | 144 | 122 | 24 | 535 | 144 | 50 |
| Binary | 11001011 | 0 | 100101 | 0 | 1100100 | 1010010 | 10100 | 101011101 | 1100100 | 101000 |
Color Harmonies of #CB0025
Complementary color
Monochromatic Colors of #CB0025
Black with #CB0025
Text Example
Text Example
White with #CB0025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0025; }
p { color: rgb(203,0,37); }
H1.HeaderClassName
{
color: #CB0025;
}
.AnyTagClassName
{
color: #CB0025;
}
</style>
background-color css
<style>
a { background-color: #CB0025; }
a { background-color: rgb(203,0,37); }
div.DivClassName
{
background-color: #CB0025;
}
.BgClassName
{
background-color: #CB0025;
}
</style>
border-color css
<style>
span { border-color: #CB0025; }
span { border-color: rgb(203,0,37); }
td.TdClassName
{
border-color: #CB0025;
}
.TagClassName
{
border-color: #CB0025;
}
</style>