#C60122

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

Shades of Venetian Red #C60122

Tints of Venetian Red #C60122

Color information

#C60122 (or 0xC60122) is unknown color: approx Venetian Red. HEX triplet: C6, 01 and 22. RGB value is (198,1,34). Sum of RGB (Red+Green+Blue) = 198+1+34=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C60122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60122 is #39FEDD. Grayscale: #3F3F3F. Windows color (decimal): -3800798 or 2228678. OLE color: 2228678.

HSL color Cylindrical-coordinate representation of color #C60122: hue angle of 349.95º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60122 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB198134-
CMYK00.990.830.22
HSL349.95º98.99%39.02%-
HSV(B)349.95º99.49%77.65%-
XYZ23.5912.142.61-
YUV63.66111.27223.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 84.98%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 34 (13.67% from 255) = 14.59%
R=84.98%
G=0.43%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813400.990.830.22349.9598.9939.02
HexC6122063531615e6327
Octal30614201431232653614347
Binary110001101100010011000111010011101101010111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60122; }

 p { color: rgb(198,1,34); }

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

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

 a { background-color: rgb(198,1,34); }

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

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

 span { border-color: rgb(198,1,34); }

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