#C80319

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

Shades of Venetian Red #C80319

Tints of Venetian Red #C80319

Color information

#C80319 (or 0xC80319) is unknown color: approx Venetian Red. HEX triplet: C8, 03 and 19. RGB value is (200,3,25). Sum of RGB (Red+Green+Blue) = 200+3+25=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C80319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80319 is #37FCE6. Grayscale: #404040. Windows color (decimal): -3669223 or 1639368. OLE color: 1639368.

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

Color convert

RGB200325-
CMYK00.980.880.22
HSL353.3º97.04%39.8%-
HSV(B)353.3º98.5%78.43%-
XYZ24.0312.412.05-
YUV64.41105.77224.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 87.72%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=87.72%
G=1.32%
B=10.96%

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
Decimal20032500.980.880.22353.397.0439.8
HexC831906258161616128
Octal31033101421302654114150
Binary110010001111001011000101011000101101011000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80319; }

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

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

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

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

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

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

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

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