#C10114

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

Shades of Venetian Red #C10114

Tints of Venetian Red #C10114

Color information

#C10114 (or 0xC10114) is unknown color: approx Venetian Red. HEX triplet: C1, 01 and 14. RGB value is (193,1,20). Sum of RGB (Red+Green+Blue) = 193+1+20=214 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.19% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 193 - color contains mainly: red. Hex color #C10114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10114 is #3EFEEB. Grayscale: #3C3C3C. Windows color (decimal): -4128492 or 1311169. OLE color: 1311169.

HSL color Cylindrical-coordinate representation of color #C10114: hue angle of 354.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10114 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB193120-
CMYK00.990.900.24
HSL354.06º98.97%38.04%-
HSV(B)354.06º99.48%75.69%-
XYZ22.1311.411.7-
YUV60.57105.11222.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 90.19%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=90.19%
G=0.47%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312000.990.900.24354.0698.9738.04
HexC11140635A181626326
Octal30112401431323054214346
Binary11000001110100011000111011010110001011000101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10114; }

 p { color: rgb(193,1,20); }

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

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

 a { background-color: rgb(193,1,20); }

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

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

 span { border-color: rgb(193,1,20); }

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