#c1000d

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

Shades of Venetian Red #C1000D

Tints of Venetian Red #C1000D

Color information

#C1000D (or 0xC1000D) is unknown color: approx Venetian Red. HEX triplet: C1, 00 and 0D. RGB value is (193,0,13). Sum of RGB (Red+Green+Blue) = 193+0+13=206 (27% of max value = 765). Red value is 193 (75.78% from 255 or 93.69% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 193 - color contains mainly: red. Hex color #C1000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1000D is #3EFFF2. Grayscale: #3B3B3B. Windows color (decimal): -4128755 or 852161. OLE color: 852161.

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

Color convert

RGB193013-
CMYK010.930.24
HSL355.96º100%37.84%-
HSV(B)355.96º100%75.69%-
XYZ22.0611.371.41-
YUV59.19101.94223.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 93.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=93.69%
G=0%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193013010.930.24355.9610037.84
HexC10D0645D181646426
Octal30101501441353054414446
Binary1100000101101011001001011101110001011001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1000d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1000d; }

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

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

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

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

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

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

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

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