#C20F1E

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

Shades of Venetian Red #C20F1E

Tints of Venetian Red #C20F1E

Color information

#C20F1E (or 0xC20F1E) is unknown color: approx Venetian Red. HEX triplet: C2, 0F and 1E. RGB value is (194,15,30). Sum of RGB (Red+Green+Blue) = 194+15+30=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F1E is #3DF0E1. Grayscale: #464646. Windows color (decimal): -4059362 or 1970114. OLE color: 1970114.

HSL color Cylindrical-coordinate representation of color #C20F1E: hue angle of 354.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20F1E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1941530-
CMYK00.920.850.24
HSL354.97º85.65%40.98%-
HSV(B)354.97º92.27%76.08%-
XYZ22.6511.92.33-
YUV70.23105.3216.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 81.17%
GREEN value IS 15 (6.25% from 255) = 6.28%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=81.17%
G=6.28%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194153000.920.850.24354.9785.6540.98
HexC2F1E05C55181635629
Octal302173601341253054312651
Binary11000010111111110010111001010101110001011000111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20F1E; }

 p { color: rgb(194,15,30); }

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

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

 a { background-color: rgb(194,15,30); }

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

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

 span { border-color: rgb(194,15,30); }

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