#C3081D

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

Shades of Venetian Red #C3081D

Tints of Venetian Red #C3081D

Color information

#C3081D (or 0xC3081D) is unknown color: approx Venetian Red. HEX triplet: C3, 08 and 1D. RGB value is (195,8,29). Sum of RGB (Red+Green+Blue) = 195+8+29=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C3081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3081D is #3CF7E2. Grayscale: #424242. Windows color (decimal): -3995619 or 1902787. OLE color: 1902787.

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

Color convert

RGB195829-
CMYK00.960.850.24
HSL353.26º92.12%39.8%-
HSV(B)353.26º95.9%76.47%-
XYZ22.8111.862.25-
YUV66.31106.95219.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 84.05%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 29 (11.72% from 255) = 12.5%
R=84.05%
G=3.45%
B=12.5%

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
Decimal19582900.960.850.24353.2692.1239.8
HexC381D06055181615c28
Octal303103501401253054113450
Binary11000011100011101011000001010101110001011000011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3081D; }

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

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

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

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

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

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

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

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