#C30E1A

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

Shades of Venetian Red #C30E1A

Tints of Venetian Red #C30E1A

Color information

#C30E1A (or 0xC30E1A) is unknown color: approx Venetian Red. HEX triplet: C3, 0E and 1A. RGB value is (195,14,26). Sum of RGB (Red+Green+Blue) = 195+14+26=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E1A is #3CF1E5. Grayscale: #454545. Windows color (decimal): -3994086 or 1707715. OLE color: 1707715.

HSL color Cylindrical-coordinate representation of color #C30E1A: hue angle of 356.02º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30E1A is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1951426-
CMYK00.930.870.24
HSL356.02º86.6%40.98%-
HSV(B)356.02º92.82%76.47%-
XYZ22.8511.992.09-
YUV69.49103.47217.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 82.98%
GREEN value IS 14 (5.86% from 255) = 5.96%
BLUE value IS 26 (10.55% from 255) = 11.06%
R=82.98%
G=5.96%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195142600.930.870.24356.0286.640.98
HexC3E1A05D57181645729
Octal303163201351273054412751
Binary11000011111011010010111011010111110001011001001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30E1A; }

 p { color: rgb(195,14,26); }

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

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

 a { background-color: rgb(195,14,26); }

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

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

 span { border-color: rgb(195,14,26); }

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