#C3081E

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

Shades of Venetian Red #C3081E

Tints of Venetian Red #C3081E

Color information

#C3081E (or 0xC3081E) is unknown color: approx Venetian Red. HEX triplet: C3, 08 and 1E. RGB value is (195,8,30). Sum of RGB (Red+Green+Blue) = 195+8+30=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C3081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3081E is #3CF7E1. Grayscale: #424242. Windows color (decimal): -3995618 or 1968323. OLE color: 1968323.

HSL color Cylindrical-coordinate representation of color #C3081E: hue angle of 352.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3081E is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB195830-
CMYK00.960.850.24
HSL352.94º92.12%39.8%-
HSV(B)352.94º95.9%76.47%-
XYZ22.8311.872.32-
YUV66.42107.45219.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 83.69%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=83.69%
G=3.43%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19583000.960.850.24352.9492.1239.8
HexC381E06055181615c28
Octal303103601401253054113450
Binary11000011100011110011000001010101110001011000011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3081E; }

 p { color: rgb(195,8,30); }

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

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

 a { background-color: rgb(195,8,30); }

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

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

 span { border-color: rgb(195,8,30); }

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