#C70019

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

Shades of Venetian Red #C70019

Tints of Venetian Red #C70019

Color information

#C70019 (or 0xC70019) is unknown color: approx Venetian Red. HEX triplet: C7, 00 and 19. RGB value is (199,0,25). Sum of RGB (Red+Green+Blue) = 199+0+25=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C70019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70019 is #38FFE6. Grayscale: #3E3E3E. Windows color (decimal): -3735527 or 1638599. OLE color: 1638599.

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

Color convert

RGB199025-
CMYK010.870.22
HSL352.46º100%39.02%-
HSV(B)352.46º100%78.04%-
XYZ23.7312.212.03-
YUV62.35106.93225.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 88.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=88.84%
G=0%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199025010.870.22352.4610039.02
HexC701906457161606427
Octal30703101441272654014447
Binary11000111011001011001001010111101101011000001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70019; }

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

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

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

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

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

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

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

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