#C80208

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

Shades of Venetian Red #C80208

Tints of Venetian Red #C80208

Color information

#C80208 (or 0xC80208) is unknown color: approx Venetian Red. HEX triplet: C8, 02 and 08. RGB value is (200,2,8). Sum of RGB (Red+Green+Blue) = 200+2+8=210 (27% of max value = 765). Red value is 200 (78.52% from 255 or 95.24% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 200 - color contains mainly: red. Hex color #C80208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80208 is #37FDF7. Grayscale: #3E3E3E. Windows color (decimal): -3669496 or 525000. OLE color: 525000.

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

Color convert

RGB20028-
CMYK00.990.960.22
HSL358.18º98.02%39.61%-
HSV(B)358.18º99%78.43%-
XYZ23.8812.341.35-
YUV61.8997.6226.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 95.24%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 8 (3.52% from 255) = 3.81%
R=95.24%
G=0.95%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002800.990.960.22358.1898.0239.61
HexC82806360161666228
Octal31021001431402654614250
Binary11001000101000011000111100000101101011001101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80208; }

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

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

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

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

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

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

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

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