#C80815

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

Shades of Venetian Red #C80815

Tints of Venetian Red #C80815

Color information

#C80815 (or 0xC80815) is unknown color: approx Venetian Red. HEX triplet: C8, 08 and 15. RGB value is (200,8,21). Sum of RGB (Red+Green+Blue) = 200+8+21=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C80815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80815 is #37F7EA. Grayscale: #434343. Windows color (decimal): -3667947 or 1378504. OLE color: 1378504.

HSL color Cylindrical-coordinate representation of color #C80815: hue angle of 355.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80815 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB200821-
CMYK00.960.900.22
HSL355.94º92.31%40.78%-
HSV(B)355.94º96%78.43%-
XYZ24.0412.511.86-
YUV66.89102.11222.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 87.34%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=87.34%
G=3.49%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20082100.960.900.22355.9492.3140.78
HexC88150605A161645c29
Octal310102501401322654413451
Binary11001000100010101011000001011010101101011001001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80815; }

 p { color: rgb(200,8,21); }

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

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

 a { background-color: rgb(200,8,21); }

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

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

 span { border-color: rgb(200,8,21); }

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