#C7012D

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

Shades of Venetian Red #C7012D

Tints of Venetian Red #C7012D

Color information

#C7012D (or 0xC7012D) is unknown color: approx Venetian Red. HEX triplet: C7, 01 and 2D. RGB value is (199,1,45). Sum of RGB (Red+Green+Blue) = 199+1+45=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C7012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7012D is #38FED2. Grayscale: #414141. Windows color (decimal): -3735251 or 2949575. OLE color: 2949575.

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

Color convert

RGB199145-
CMYK00.990.770.22
HSL346.67º99%39.22%-
HSV(B)346.67º99.5%78.04%-
XYZ24.0412.353.6-
YUV65.22116.6223.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 81.22%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=81.22%
G=0.41%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914500.990.770.22346.679939.22
HexC712D0634D1615b6327
Octal30715501431152653314347
Binary110001111101101011000111001101101101010110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7012D; }

 p { color: rgb(199,1,45); }

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

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

 a { background-color: rgb(199,1,45); }

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

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

 span { border-color: rgb(199,1,45); }

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