Shades of Venetian Red #CB0427
Tints of Venetian Red #CB0427
RGB
CMYK
RGB Variations
Color information
#CB0427 (or 0xCB0427) is known color: Venetian Red. HEX triplet: CB, 04 and 27. RGB value is (203,4,39). Sum of RGB (Red+Green+Blue) = 203+4+39=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0427 is #34FBD8. Grayscale: #434343. Windows color (decimal): -3472345 or 2557131. OLE color: 2557131.
HSL color Cylindrical-coordinate representation of color #CB0427: hue angle of 349.45º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0427 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 39 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.20 |
| HSL | 349.45º | 0.96% | 0.41% | - |
| HSV(B) | 349.45º | 0.98% | 0.8% | - |
| XYZ | 25.04 | 12.93 | 3.1 | - |
| YUV | 67.49 | 111.93 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 39 | 0 | 0.98 | 0.81 | 0.20 | 349.45 | 0.96 | 0.41 |
| Hex | CB | 4 | 27 | 0 | 62 | 51 | 14 | 15D | 60 | 29 |
| Octal | 313 | 4 | 47 | 0 | 142 | 121 | 24 | 535 | 140 | 51 |
| Binary | 11001011 | 100 | 100111 | 0 | 1100010 | 1010001 | 10100 | 101011101 | 1100000 | 101001 |
Color Harmonies of #CB0427
Complementary color
Monochromatic Colors of #CB0427
Black with #CB0427
Text Example
Text Example
White with #CB0427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0427; }
p { color: rgb(203,4,39); }
H1.HeaderClassName
{
color: #CB0427;
}
.AnyTagClassName
{
color: #CB0427;
}
</style>
background-color css
<style>
a { background-color: #CB0427; }
a { background-color: rgb(203,4,39); }
div.DivClassName
{
background-color: #CB0427;
}
.BgClassName
{
background-color: #CB0427;
}
</style>
border-color css
<style>
span { border-color: #CB0427; }
span { border-color: rgb(203,4,39); }
td.TdClassName
{
border-color: #CB0427;
}
.TagClassName
{
border-color: #CB0427;
}
</style>