#C7000D

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

Shades of Venetian Red #C7000D

Tints of Venetian Red #C7000D

Color information

#C7000D (or 0xC7000D) is unknown color: approx Venetian Red. HEX triplet: C7, 00 and 0D. RGB value is (199,0,13). Sum of RGB (Red+Green+Blue) = 199+0+13=212 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.87% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 199 - color contains mainly: red. Hex color #C7000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7000D is #38FFF2. Grayscale: #3D3D3D. Windows color (decimal): -3735539 or 852167. OLE color: 852167.

HSL color Cylindrical-coordinate representation of color #C7000D: hue angle of 356.08º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB199013-
CMYK010.930.22
HSL356.08º100%39.02%-
HSV(B)356.08º100%78.04%-
XYZ23.6312.171.48-
YUV60.98100.93226.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 93.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=93.87%
G=0%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199013010.930.22356.0810039.02
HexC70D0645D161646427
Octal30701501441352654414447
Binary1100011101101011001001011101101101011001001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7000D; }

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

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

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

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

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

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

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

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