#C0010D

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

Shades of Venetian Red #C0010D

Tints of Venetian Red #C0010D

Color information

#C0010D (or 0xC0010D) is unknown color: approx Venetian Red. HEX triplet: C0, 01 and 0D. RGB value is (192,1,13). Sum of RGB (Red+Green+Blue) = 192+1+13=206 (27% of max value = 765). Red value is 192 (75.39% from 255 or 93.20% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 192 - color contains mainly: red. Hex color #C0010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0010D is #3FFEF2. Grayscale: #3B3B3B. Windows color (decimal): -4194035 or 852416. OLE color: 852416.

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

Color convert

RGB192113-
CMYK00.990.930.25
HSL356.23º98.96%37.84%-
HSV(B)356.23º99.48%75.29%-
XYZ21.8211.261.4-
YUV59.48101.78222.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 93.20%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=93.20%
G=0.49%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211300.990.930.25356.2398.9637.84
HexC01D0635D191646326
Octal30011501431353154414346
Binary1100000011101011000111011101110011011001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0010D; }

 p { color: rgb(192,1,13); }

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

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

 a { background-color: rgb(192,1,13); }

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

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

 span { border-color: rgb(192,1,13); }

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