#c10013

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

Shades of Venetian Red #C10013

Tints of Venetian Red #C10013

Color information

#C10013 (or 0xC10013) is unknown color: approx Venetian Red. HEX triplet: C1, 00 and 13. RGB value is (193,0,19). Sum of RGB (Red+Green+Blue) = 193+0+19=212 (28% of max value = 765). Red value is 193 (75.78% from 255 or 91.04% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 193 - color contains mainly: red. Hex color #C10013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10013 is #3EFFEC. Grayscale: #3B3B3B. Windows color (decimal): -4128749 or 1245377. OLE color: 1245377.

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

Color convert

RGB193019-
CMYK010.900.24
HSL354.09º100%37.84%-
HSV(B)354.09º100%75.69%-
XYZ22.1111.381.65-
YUV59.87104.94222.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 91.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=91.04%
G=0%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193019010.900.24354.0910037.84
HexC10130645A181626426
Octal30102301441323054214446
Binary11000001010011011001001011010110001011000101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10013; }

 p { color: rgb(193,0,19); }

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

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

 a { background-color: rgb(193,0,19); }

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

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

 span { border-color: rgb(193,0,19); }

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