#C20026

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

Shades of Venetian Red #C20026

Tints of Venetian Red #C20026

Color information

#C20026 (or 0xC20026) is unknown color: approx Venetian Red. HEX triplet: C2, 00 and 26. RGB value is (194,0,38). Sum of RGB (Red+Green+Blue) = 194+0+38=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C20026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20026 is #3DFFD9. Grayscale: #3E3E3E. Windows color (decimal): -4063194 or 2490562. OLE color: 2490562.

HSL color Cylindrical-coordinate representation of color #C20026: hue angle of 348.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20026 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB194038-
CMYK010.800.24
HSL348.25º100%38.04%-
HSV(B)348.25º100%76.08%-
XYZ22.611.612.88-
YUV62.34114.27221.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 83.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=83.62%
G=0%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194038010.800.24348.2510038.04
HexC2026064501815c6426
Octal30204601441203053414446
Binary110000100100110011001001010000110001010111001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20026; }

 p { color: rgb(194,0,38); }

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

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

 a { background-color: rgb(194,0,38); }

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

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

 span { border-color: rgb(194,0,38); }

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