#C8042A

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

Shades of Venetian Red #C8042A

Tints of Venetian Red #C8042A

Color information

#C8042A (or 0xC8042A) is unknown color: approx Venetian Red. HEX triplet: C8, 04 and 2A. RGB value is (200,4,42). Sum of RGB (Red+Green+Blue) = 200+4+42=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C8042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8042A is #37FBD5. Grayscale: #424242. Windows color (decimal): -3668950 or 2753736. OLE color: 2753736.

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

Color convert

RGB200442-
CMYK00.980.790.22
HSL348.37º96.08%40%-
HSV(B)348.37º98%78.43%-
XYZ24.2812.533.33-
YUV66.94113.93222.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 81.30%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=81.30%
G=1.63%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20044200.980.790.22348.3796.0840
HexC842A0624F1615c6028
Octal31045201421172653414050
Binary11001000100101010011000101001111101101010111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8042A; }

 p { color: rgb(200,4,42); }

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

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

 a { background-color: rgb(200,4,42); }

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

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

 span { border-color: rgb(200,4,42); }

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