#C8031A

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

Shades of Venetian Red #C8031A

Tints of Venetian Red #C8031A

Color information

#C8031A (or 0xC8031A) is unknown color: approx Venetian Red. HEX triplet: C8, 03 and 1A. RGB value is (200,3,26). Sum of RGB (Red+Green+Blue) = 200+3+26=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C8031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8031A is #37FCE5. Grayscale: #404040. Windows color (decimal): -3669222 or 1704904. OLE color: 1704904.

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

Color convert

RGB200326-
CMYK00.980.870.22
HSL352.99º97.04%39.8%-
HSV(B)352.99º98.5%78.43%-
XYZ24.0412.422.11-
YUV64.53106.27224.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 87.34%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=87.34%
G=1.31%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20032600.980.870.22352.9997.0439.8
HexC831A06257161616128
Octal31033201421272654114150
Binary110010001111010011000101010111101101011000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8031A; }

 p { color: rgb(200,3,26); }

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

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

 a { background-color: rgb(200,3,26); }

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

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

 span { border-color: rgb(200,3,26); }

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