#CA1117

Color #CA1117 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #CA1117

Tints of Venetian Red #CA1117

Color information

#CA1117 (or 0xCA1117) is unknown color: approx Venetian Red. HEX triplet: CA, 11 and 17. RGB value is (202,17,23). Sum of RGB (Red+Green+Blue) = 202+17+23=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1117 is #35EEE8. Grayscale: #494949. Windows color (decimal): -3534569 or 1511882. OLE color: 1511882.

HSL color Cylindrical-coordinate representation of color #CA1117: hue angle of 358.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1117 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB2021723-
CMYK00.920.890.21
HSL358.05º84.47%42.94%-
HSV(B)358.05º91.58%79.22%-
XYZ24.7113.022.02-
YUV7399.79220.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 83.47%
GREEN value IS 17 (7.03% from 255) = 7.02%
BLUE value IS 23 (9.38% from 255) = 9.50%
R=83.47%
G=7.02%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202172300.920.890.21358.0584.4742.94
HexCA111705C5915166542b
Octal312212701341312554612453
Binary110010101000110111010111001011001101011011001101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1117; }

 p { color: rgb(202,17,23); }

 H1.HeaderClassName
 {
   color: #CA1117;
 }
 .AnyTagClassName
 {
   color: #CA1117;
 }
</style>
background-color css

<style>
 a { background-color: #CA1117; }

 a { background-color: rgb(202,17,23); }

 div.DivClassName
 {
   background-color: #CA1117;
 }
 .BgClassName
 {
   background-color: #CA1117;
 }
</style>
border-color css

<style>
 span { border-color: #CA1117; }

 span { border-color: rgb(202,17,23); }

 td.TdClassName
 {
   border-color: #CA1117;
 }
 .TagClassName
 {
   border-color: #CA1117;
 }
</style>