Shades of Venetian Red #CA0427
Tints of Venetian Red #CA0427
RGB
CMYK
RGB Variations
Color information
#CA0427 (or 0xCA0427) is known color: Venetian Red. HEX triplet: CA, 04 and 27. RGB value is (202,4,39). Sum of RGB (Red+Green+Blue) = 202+4+39=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0427 is #35FBD8. Grayscale: #434343. Windows color (decimal): -3537881 or 2557130. OLE color: 2557130.
HSL color Cylindrical-coordinate representation of color #CA0427: hue angle of 349.39º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0427 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 39 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.21 |
| HSL | 349.39º | 0.96% | 0.4% | - |
| HSV(B) | 349.39º | 0.98% | 0.79% | - |
| XYZ | 24.77 | 12.79 | 3.08 | - |
| YUV | 67.19 | 112.1 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 39 | 0 | 0.98 | 0.81 | 0.21 | 349.39 | 0.96 | 0.4 |
| Hex | CA | 4 | 27 | 0 | 62 | 51 | 15 | 15D | 60 | 28 |
| Octal | 312 | 4 | 47 | 0 | 142 | 121 | 25 | 535 | 140 | 50 |
| Binary | 11001010 | 100 | 100111 | 0 | 1100010 | 1010001 | 10101 | 101011101 | 1100000 | 101000 |
Color Harmonies of #CA0427
Complementary color
Monochromatic Colors of #CA0427
Black with #CA0427
Text Example
Text Example
White with #CA0427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0427; }
p { color: rgb(202,4,39); }
H1.HeaderClassName
{
color: #CA0427;
}
.AnyTagClassName
{
color: #CA0427;
}
</style>
background-color css
<style>
a { background-color: #CA0427; }
a { background-color: rgb(202,4,39); }
div.DivClassName
{
background-color: #CA0427;
}
.BgClassName
{
background-color: #CA0427;
}
</style>
border-color css
<style>
span { border-color: #CA0427; }
span { border-color: rgb(202,4,39); }
td.TdClassName
{
border-color: #CA0427;
}
.TagClassName
{
border-color: #CA0427;
}
</style>