#C80318

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

Shades of Venetian Red #C80318

Tints of Venetian Red #C80318

Color information

#C80318 (or 0xC80318) is unknown color: approx Venetian Red. HEX triplet: C8, 03 and 18. RGB value is (200,3,24). Sum of RGB (Red+Green+Blue) = 200+3+24=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C80318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80318 is #37FCE7. Grayscale: #404040. Windows color (decimal): -3669224 or 1573832. OLE color: 1573832.

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

Color convert

RGB200324-
CMYK00.980.880.22
HSL353.6º97.04%39.8%-
HSV(B)353.6º98.5%78.43%-
XYZ24.0212.411.99-
YUV64.3105.27224.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 88.11%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=88.11%
G=1.32%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20032400.980.880.22353.697.0439.8
HexC831806258161626128
Octal31033001421302654214150
Binary110010001111000011000101011000101101011000101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80318; }

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

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

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

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

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

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

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

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