#C70017

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

Shades of Venetian Red #C70017

Tints of Venetian Red #C70017

Color information

#C70017 (or 0xC70017) is unknown color: approx Venetian Red. HEX triplet: C7, 00 and 17. RGB value is (199,0,23). Sum of RGB (Red+Green+Blue) = 199+0+23=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70017 is #38FFE8. Grayscale: #3E3E3E. Windows color (decimal): -3735529 or 1507527. OLE color: 1507527.

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

Color convert

RGB199023-
CMYK010.880.22
HSL353.07º100%39.02%-
HSV(B)353.07º100%78.04%-
XYZ23.7112.21.92-
YUV62.12105.93225.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 89.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 10.36%
R=89.64%
G=0%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199023010.880.22353.0710039.02
HexC701706458161616427
Octal30702701441302654114447
Binary11000111010111011001001011000101101011000011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70017; }

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

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

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

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

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

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

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

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