#C6011D

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

Shades of Venetian Red #C6011D

Tints of Venetian Red #C6011D

Color information

#C6011D (or 0xC6011D) is unknown color: approx Venetian Red. HEX triplet: C6, 01 and 1D. RGB value is (198,1,29). Sum of RGB (Red+Green+Blue) = 198+1+29=228 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.84% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 198 - color contains mainly: red. Hex color #C6011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6011D is #39FEE2. Grayscale: #3F3F3F. Windows color (decimal): -3800803 or 1900998. OLE color: 1900998.

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

Color convert

RGB198129-
CMYK00.990.850.22
HSL351.47º98.99%39.02%-
HSV(B)351.47º99.49%77.65%-
XYZ23.5212.122.26-
YUV63.1108.77224.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 86.84%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 29 (11.72% from 255) = 12.72%
R=86.84%
G=0.44%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812900.990.850.22351.4798.9939.02
HexC611D063551615f6327
Octal30613501431252653714347
Binary11000110111101011000111010101101101010111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6011D; }

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

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

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

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

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

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

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

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