Shades of Venetian Red #CA040F
Tints of Venetian Red #CA040F
RGB
CMYK
RGB Variations
Color information
#CA040F (or 0xCA040F) is known color: Venetian Red. HEX triplet: CA, 04 and 0F. RGB value is (202,4,15). Sum of RGB (Red+Green+Blue) = 202+4+15=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA040F is #35FBF0. Grayscale: #404040. Windows color (decimal): -3537905 or 984266. OLE color: 984266.
HSL color Cylindrical-coordinate representation of color #CA040F: hue angle of 356.67º 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 #CA040F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.21 |
| HSL | 356.67º | 0.96% | 0.4% | - |
| HSV(B) | 356.67º | 0.98% | 0.79% | - |
| XYZ | 24.49 | 12.68 | 1.61 | - |
| YUV | 64.46 | 100.1 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 15 | 0 | 0.98 | 0.93 | 0.21 | 356.67 | 0.96 | 0.4 |
| Hex | CA | 4 | F | 0 | 62 | 5D | 15 | 165 | 60 | 28 |
| Octal | 312 | 4 | 17 | 0 | 142 | 135 | 25 | 545 | 140 | 50 |
| Binary | 11001010 | 100 | 1111 | 0 | 1100010 | 1011101 | 10101 | 101100101 | 1100000 | 101000 |
Color Harmonies of #CA040F
Complementary color
Monochromatic Colors of #CA040F
Black with #CA040F
Text Example
Text Example
White with #CA040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA040F; }
p { color: rgb(202,4,15); }
H1.HeaderClassName
{
color: #CA040F;
}
.AnyTagClassName
{
color: #CA040F;
}
</style>
background-color css
<style>
a { background-color: #CA040F; }
a { background-color: rgb(202,4,15); }
div.DivClassName
{
background-color: #CA040F;
}
.BgClassName
{
background-color: #CA040F;
}
</style>
border-color css
<style>
span { border-color: #CA040F; }
span { border-color: rgb(202,4,15); }
td.TdClassName
{
border-color: #CA040F;
}
.TagClassName
{
border-color: #CA040F;
}
</style>