#C6021C

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

Shades of Venetian Red #C6021C

Tints of Venetian Red #C6021C

Color information

#C6021C (or 0xC6021C) is unknown color: approx Venetian Red. HEX triplet: C6, 02 and 1C. RGB value is (198,2,28). Sum of RGB (Red+Green+Blue) = 198+2+28=228 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.84% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 198 - color contains mainly: red. Hex color #C6021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6021C is #39FDE3. Grayscale: #3F3F3F. Windows color (decimal): -3800548 or 1835718. OLE color: 1835718.

HSL color Cylindrical-coordinate representation of color #C6021C: hue angle of 352.04º degrees, saturation: 0.98, 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 #C6021C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB198228-
CMYK00.990.860.22
HSL352.04º98%39.22%-
HSV(B)352.04º98.99%77.65%-
XYZ23.5212.132.2-
YUV63.57107.93223.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 86.84%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=86.84%
G=0.88%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19822800.990.860.22352.049839.22
HexC621C06356161606227
Octal30623401431262654014247
Binary110001101011100011000111010110101101011000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6021C; }

 p { color: rgb(198,2,28); }

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

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

 a { background-color: rgb(198,2,28); }

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

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

 span { border-color: rgb(198,2,28); }

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