#C7000E

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

Shades of Venetian Red #C7000E

Tints of Venetian Red #C7000E

Color information

#C7000E (or 0xC7000E) is unknown color: approx Venetian Red. HEX triplet: C7, 00 and 0E. RGB value is (199,0,14). Sum of RGB (Red+Green+Blue) = 199+0+14=213 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.43% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 199 - color contains mainly: red. Hex color #C7000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7000E is #38FFF1. Grayscale: #3D3D3D. Windows color (decimal): -3735538 or 917703. OLE color: 917703.

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

Color convert

RGB199014-
CMYK010.930.22
HSL355.78º100%39.02%-
HSV(B)355.78º100%78.04%-
XYZ23.6312.171.52-
YUV61.1101.43226.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 93.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=93.43%
G=0%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199014010.930.22355.7810039.02
HexC70E0645D161646427
Octal30701601441352654414447
Binary1100011101110011001001011101101101011001001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7000E; }

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

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

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

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

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

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

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

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