#C80017

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

Shades of Venetian Red #C80017

Tints of Venetian Red #C80017

Color information

#C80017 (or 0xC80017) is unknown color: approx Venetian Red. HEX triplet: C8, 00 and 17. RGB value is (200,0,23). Sum of RGB (Red+Green+Blue) = 200+0+23=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80017 is #37FFE8. Grayscale: #3E3E3E. Windows color (decimal): -3669993 or 1507528. OLE color: 1507528.

HSL color Cylindrical-coordinate representation of color #C80017: hue angle of 353.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80017 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB200023-
CMYK010.880.22
HSL353.1º100%39.22%-
HSV(B)353.1º100%78.43%-
XYZ23.9712.341.93-
YUV62.42105.76226.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 89.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 10.31%
R=89.69%
G=0%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200023010.880.22353.110039.22
HexC801706458161616427
Octal31002701441302654114447
Binary11001000010111011001001011000101101011000011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80017; }

 p { color: rgb(200,0,23); }

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

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

 a { background-color: rgb(200,0,23); }

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

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

 span { border-color: rgb(200,0,23); }

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