#C6041F

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

Shades of Venetian Red #C6041F

Tints of Venetian Red #C6041F

Color information

#C6041F (or 0xC6041F) is unknown color: approx Venetian Red. HEX triplet: C6, 04 and 1F. RGB value is (198,4,31). Sum of RGB (Red+Green+Blue) = 198+4+31=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C6041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6041F is #39FBE0. Grayscale: #414141. Windows color (decimal): -3800033 or 2032838. OLE color: 2032838.

HSL color Cylindrical-coordinate representation of color #C6041F: hue angle of 351.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6041F is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB198431-
CMYK00.980.840.22
HSL351.65º96.04%39.61%-
HSV(B)351.65º97.98%77.65%-
XYZ23.5812.192.41-
YUV65.08108.77222.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 84.98%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=84.98%
G=1.72%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19843100.980.840.22351.6596.0439.61
HexC641F06254161606028
Octal30643701421242654014050
Binary1100011010011111011000101010100101101011000001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6041F; }

 p { color: rgb(198,4,31); }

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

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

 a { background-color: rgb(198,4,31); }

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

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

 span { border-color: rgb(198,4,31); }

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