#C00723

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

Shades of Venetian Red #C00723

Tints of Venetian Red #C00723

Color information

#C00723 (or 0xC00723) is unknown color: approx Venetian Red. HEX triplet: C0, 07 and 23. RGB value is (192,7,35). Sum of RGB (Red+Green+Blue) = 192+7+35=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C00723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00723 is #3FF8DC. Grayscale: #414141. Windows color (decimal): -4192477 or 2295744. OLE color: 2295744.

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

Color convert

RGB192735-
CMYK00.960.820.25
HSL350.92º92.96%39.02%-
HSV(B)350.92º96.35%75.29%-
XYZ22.1211.482.64-
YUV65.51110.79218.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 82.05%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 35 (14.06% from 255) = 14.96%
R=82.05%
G=2.99%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19273500.960.820.25350.9292.9639.02
HexC0723060521915f5d27
Octal30074301401223153713547
Binary11000000111100011011000001010010110011010111111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00723; }

 p { color: rgb(192,7,35); }

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

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

 a { background-color: rgb(192,7,35); }

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

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

 span { border-color: rgb(192,7,35); }

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