#C70E14

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

Shades of Venetian Red #C70E14

Tints of Venetian Red #C70E14

Color information

#C70E14 (or 0xC70E14) is unknown color: approx Venetian Red. HEX triplet: C7, 0E and 14. RGB value is (199,14,20). Sum of RGB (Red+Green+Blue) = 199+14+20=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70E14 is #38F1EB. Grayscale: #464646. Windows color (decimal): -3731948 or 1314503. OLE color: 1314503.

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

Color convert

RGB1991420-
CMYK00.930.900.22
HSL358.05º86.85%41.76%-
HSV(B)358.05º92.96%78.04%-
XYZ23.8412.511.82-
YUV7099.79220.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 85.41%
GREEN value IS 14 (5.86% from 255) = 6.01%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=85.41%
G=6.01%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199142000.930.900.22358.0586.8541.76
HexC7E1405D5A16166572a
Octal307162401351322654612752
Binary11000111111010100010111011011010101101011001101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70E14; }

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

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

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

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

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

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

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

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