#C00619

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

Shades of Venetian Red #C00619

Tints of Venetian Red #C00619

Color information

#C00619 (or 0xC00619) is unknown color: approx Venetian Red. HEX triplet: C0, 06 and 19. RGB value is (192,6,25). Sum of RGB (Red+Green+Blue) = 192+6+25=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C00619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00619 is #3FF9E6. Grayscale: #3F3F3F. Windows color (decimal): -4192743 or 1640128. OLE color: 1640128.

HSL color Cylindrical-coordinate representation of color #C00619: hue angle of 353.87º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00619 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB192625-
CMYK00.970.870.25
HSL353.87º93.94%38.82%-
HSV(B)353.87º96.88%75.29%-
XYZ21.9811.411.96-
YUV63.78106.12219.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 86.10%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 25 (10.16% from 255) = 11.21%
R=86.10%
G=2.69%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19262500.970.870.25353.8793.9438.82
HexC061906157191625e27
Octal30063101411273154213647
Binary1100000011011001011000011010111110011011000101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00619; }

 p { color: rgb(192,6,25); }

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

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

 a { background-color: rgb(192,6,25); }

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

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

 span { border-color: rgb(192,6,25); }

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