#C00725

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

Shades of Venetian Red #C00725

Tints of Venetian Red #C00725

Color information

#C00725 (or 0xC00725) is unknown color: approx Venetian Red. HEX triplet: C0, 07 and 25. RGB value is (192,7,37). Sum of RGB (Red+Green+Blue) = 192+7+37=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C00725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00725 is #3FF8DA. Grayscale: #414141. Windows color (decimal): -4192475 or 2426816. OLE color: 2426816.

HSL color Cylindrical-coordinate representation of color #C00725: hue angle of 350.27º 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 #C00725 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB192737-
CMYK00.960.810.25
HSL350.27º92.96%39.02%-
HSV(B)350.27º96.35%75.29%-
XYZ22.1511.492.8-
YUV65.74111.79218.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 81.36%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=81.36%
G=2.97%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19273700.960.810.25350.2792.9639.02
HexC0725060511915e5d27
Octal30074501401213153613547
Binary11000000111100101011000001010001110011010111101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00725; }

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

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

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

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

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

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

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

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