#c1000e

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

Shades of Venetian Red #C1000E

Tints of Venetian Red #C1000E

Color information

#C1000E (or 0xC1000E) is unknown color: approx Venetian Red. HEX triplet: C1, 00 and 0E. RGB value is (193,0,14). Sum of RGB (Red+Green+Blue) = 193+0+14=207 (27% of max value = 765). Red value is 193 (75.78% from 255 or 93.24% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 193 - color contains mainly: red. Hex color #C1000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1000E is #3EFFF1. Grayscale: #3B3B3B. Windows color (decimal): -4128754 or 917697. OLE color: 917697.

HSL color Cylindrical-coordinate representation of color #C1000E: hue angle of 355.65º 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 #C1000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB193014-
CMYK010.930.24
HSL355.65º100%37.84%-
HSV(B)355.65º100%75.69%-
XYZ22.0711.371.45-
YUV59.3102.44223.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 93.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=93.24%
G=0%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193014010.930.24355.6510037.84
HexC10E0645D181646426
Octal30101601441353054414446
Binary1100000101110011001001011101110001011001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1000e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1000e; }

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

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

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

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

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

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

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

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